1
0
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:
Nuno Lopes
2008-01-27 16:54:02 +00:00
parent 85adde057e
commit 875d3f15fd
+1 -1
View File
@@ -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');
}
?>