Browse Source

be more strict in the skipif

experimental/first_unicode_implementation
Nuno Lopes 18 years ago
parent
commit
875d3f15fd
  1. 2
      ext/standard/tests/strings/moneyformat.phpt

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

Loading…
Cancel
Save