mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
fix test
This commit is contained in:
parent
f48e23c67f
commit
1ccf0ba714
@ -47,8 +47,8 @@ echo "*** Testing setlocale() : basic functionality - set to a specific locale *
|
||||
|
||||
//set of locales to be used
|
||||
$common_locales = array(
|
||||
"english_US"=> "en_US.utf8gfd",
|
||||
"english_AU" => "en_AU.utf8hgg",
|
||||
"english_US"=> "en_US.utf8",
|
||||
"english_AU" => "en_AU.utf8",
|
||||
"korean_KR" => "ko_KR.utf8",
|
||||
"Chinese_zh" => "zh_CN.utf8",
|
||||
"germen_DE" => "de_DE.utf8",
|
||||
|
Loading…
Reference in New Issue
Block a user