summaryrefslogtreecommitdiff
path: root/ext/xml/tests/bug32001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/tests/bug32001.phpt')
-rw-r--r--ext/xml/tests/bug32001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/tests/bug32001.phpt b/ext/xml/tests/bug32001.phpt
index 5ced128940..410a2f62ff 100644
--- a/ext/xml/tests/bug32001.phpt
+++ b/ext/xml/tests/bug32001.phpt
@@ -5,7 +5,7 @@ Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect),
require_once("skipif.inc");
if (!extension_loaded('iconv')) die ("skip iconv extension not available");
if (ICONV_IMPL == 'glibc' && version_compare(ICONV_VERSION, '2.12', '<='))
- die("skip iconv of glibc <= 2.12 is buggy");
+ die("skip iconv of glibc <= 2.12 is buggy");
?>
--FILE--
<?php