]> granicus.if.org Git - php/commitdiff
be more strict in the skipif
authorNuno Lopes <nlopess@php.net>
Sun, 27 Jan 2008 16:54:22 +0000 (16:54 +0000)
committerNuno Lopes <nlopess@php.net>
Sun, 27 Jan 2008 16:54:22 +0000 (16:54 +0000)
ext/standard/tests/strings/moneyformat.phpt

index c045bb19c97c021af4c55a679624506db6a07391..db6c48c7d5b0714a2bec4aec39d3a60a8d1bff22 100755 (executable)
@@ -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');
 }
 ?>