diff options
Diffstat (limited to 'ext/intl/tests/bug60192-sort.phpt')
-rw-r--r-- | ext/intl/tests/bug60192-sort.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/bug60192-sort.phpt b/ext/intl/tests/bug60192-sort.phpt index e0d20f7c3c..8489a6db7d 100644 --- a/ext/intl/tests/bug60192-sort.phpt +++ b/ext/intl/tests/bug60192-sort.phpt @@ -2,7 +2,7 @@ Bug #60192 (SegFault when Collator not constructed properly) --SKIPIF-- <?php - if (!extension_loaded('intl')) { die('skip intl extension not available'); } + if (!extension_loaded('intl')) { die('skip intl extension not available'); } ?> --FILE-- <?php |