mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
be more strict in the skipif
This commit is contained in:
@@ -6,7 +6,7 @@ money_format test
|
||||
die("SKIP money_format - not supported\n");
|
||||
}
|
||||
|
||||
if (setlocale(LC_MONETARY, 'en_US') == false) {
|
||||
if (setlocale(LC_MONETARY, 'en_US') === false) {
|
||||
die('skip en_US locale not available');
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user