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

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');
}
?>