diff options
Diffstat (limited to 'ext/spl/tests/iterator_006.phpt')
-rwxr-xr-x | ext/spl/tests/iterator_006.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/iterator_006.phpt b/ext/spl/tests/iterator_006.phpt index 1a1be0561a..54da89cbd7 100755 --- a/ext/spl/tests/iterator_006.phpt +++ b/ext/spl/tests/iterator_006.phpt @@ -1,7 +1,7 @@ --TEST-- SPL: IteratorIterator and SimpleXMlElement --SKIPIF-- -<?php if (!extension_loaded('simplexml')) print "skip"; ?> +<?php if (!extension_loaded('simplexml')) print "skip SimpleXML required"; ?> --FILE-- <?php |