diff options
author | foobar <sniper@php.net> | 2005-06-28 10:17:01 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-06-28 10:17:01 +0000 |
commit | 3996e4927298c16b74c758c14aa6f25a2a54468c (patch) | |
tree | 675394386438fb09e7667781681b1d430c998dfd /ext/spl | |
parent | 62d4d8b8d25c3fd2e2922032397c650fc007022b (diff) | |
download | php-git-3996e4927298c16b74c758c14aa6f25a2a54468c.tar.gz |
one might not have simplexml enabled
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 855741c711..05a1cc5a94 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("spl")) print "skip"; ?> +<?php if (!extension_loaded("spl") || !extension_loaded('simplexml')) print "skip"; ?> --FILE-- <?php |