summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-08-14 23:47:42 +0000
committerJani Taskinen <jani@php.net>2008-08-14 23:47:42 +0000
commit52797252b4369403a892aa5aef2a98cbc4789048 (patch)
treeb45ae61d7f4f94de317fa5fc4d55513225af951f
parentd07b7fbf706c77d391f7e571f7614cf4c3d6765a (diff)
downloadphp-git-52797252b4369403a892aa5aef2a98cbc4789048.tar.gz
MFH
-rwxr-xr-xext/spl/examples/tests/dualiterator_001.phpt2
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