diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2005-10-30 18:07:47 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2005-10-30 18:07:47 +0000 |
| commit | 2dc3862c7f60101efabe112cce347ae40fe15897 (patch) | |
| tree | c6cdc4c3b592c4ddd024be38cc9a523dcd4d03b7 /ext/xml/tests | |
| parent | 57510065ced9d172a0cde96b1d740e8ae9325e5c (diff) | |
| download | php-git-2dc3862c7f60101efabe112cce347ae40fe15897.tar.gz | |
Improve iconv skip conditions
Diffstat (limited to 'ext/xml/tests')
| -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 |
