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

index 923a58306ec0ae0cce171003bed0be10989ce70c..0cf9d6d34cf90073ab853f219ac15dc5fea5052d 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');
 }
 ?>