diff options
| author | Ondřej Surý <ondrej@sury.org> | 2012-03-03 16:02:44 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2012-03-03 16:02:44 +0100 |
| commit | 096b2f823b2273e3ee707b3805feb78d1e4be61d (patch) | |
| tree | 2dbcbbe86edd177db1e3b33db04438919fa3d04e /ext/spl | |
| parent | f89bb30da3cd51ee2deb566a08e318d6c3995324 (diff) | |
| download | php-096b2f823b2273e3ee707b3805feb78d1e4be61d.tar.gz | |
Imported Upstream version 5.4.0upstream/5.4.0
Diffstat (limited to 'ext/spl')
| -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 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 |
