summaryrefslogtreecommitdiff
path: root/ext/spl
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2012-03-03 16:02:44 +0100
committerOndřej Surý <ondrej@sury.org>2012-03-03 16:02:44 +0100
commit096b2f823b2273e3ee707b3805feb78d1e4be61d (patch)
tree2dbcbbe86edd177db1e3b33db04438919fa3d04e /ext/spl
parentf89bb30da3cd51ee2deb566a08e318d6c3995324 (diff)
downloadphp-096b2f823b2273e3ee707b3805feb78d1e4be61d.tar.gz
Imported Upstream version 5.4.0upstream/5.4.0
Diffstat (limited to 'ext/spl')
-rwxr-xr-xext/spl/tests/iterator_006.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/iterator_006.phpt b/ext/spl/tests/iterator_006.phpt
index 1a1be0561..54da89cbd 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