diff options
Diffstat (limited to 'ext/xml/tests/bug32001.phpt')
| -rw-r--r-- | ext/xml/tests/bug32001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/tests/bug32001.phpt b/ext/xml/tests/bug32001.phpt index 6b7320d06b..8427f4c4d1 100644 --- a/ext/xml/tests/bug32001.phpt +++ b/ext/xml/tests/bug32001.phpt @@ -2,7 +2,7 @@ Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect) --SKIPIF-- <?php - if (!extension_loaded('iconv')) print 'skip'; + if (!function_exists('iconv')) print 'skip'; ?> --FILE-- <?php |
