From: Nuno Lopes Date: Sun, 27 Jan 2008 16:54:22 +0000 (+0000) Subject: be more strict in the skipif X-Git-Tag: RELEASE_1_3_1~279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=500ee29e6c58f097000a7d96a32462e5c461cf96;p=php be more strict in the skipif --- diff --git a/ext/standard/tests/strings/moneyformat.phpt b/ext/standard/tests/strings/moneyformat.phpt index c045bb19c9..db6c48c7d5 100755 --- a/ext/standard/tests/strings/moneyformat.phpt +++ b/ext/standard/tests/strings/moneyformat.phpt @@ -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'); } ?>