diff options
Diffstat (limited to 'ext/spl/examples/tests/dualiterator_001.phpt')
-rwxr-xr-x | ext/spl/examples/tests/dualiterator_001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/examples/tests/dualiterator_001.phpt b/ext/spl/examples/tests/dualiterator_001.phpt index 9150d76ae0..53c11537af 100755 --- a/ext/spl/examples/tests/dualiterator_001.phpt +++ b/ext/spl/examples/tests/dualiterator_001.phpt @@ -1,7 +1,7 @@ --TEST-- SPL: DualIterator --SKIPIF-- -<?php if (!extension_loaded("spl")) print "skip"; ?> +<?php if (!extension_loaded("spl") || !extension_loaded("reflection")) print "skip"; ?> --FILE-- <?php |