summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-08-14 23:46:12 +0000
committerJani Taskinen <jani@php.net>2008-08-14 23:46:12 +0000
commit4c1e90066f6875a39f77ed5dcf6e6f50703cd099 (patch)
tree9501d542fe5efa7c14166e5665266d50114a13ea
parent48442e4ab896181ecce7f3b286a2dbc7d4b2f260 (diff)
downloadphp-git-4c1e90066f6875a39f77ed5dcf6e6f50703cd099.tar.gz
fix skipif
-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