summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug32394.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-12-21 22:22:33 +0000
committerMarcus Boerger <helly@php.net>2005-12-21 22:22:33 +0000
commitfc0fe6472ef662b57de3bfd2df79c3f2b3951598 (patch)
treea3287c2e6806c873df88539a2dfdfdf20b5664bd /ext/spl/tests/bug32394.phpt
parent59aecb1d88f18aab94e33a9a57f5ac9d4afd6472 (diff)
downloadphp-git-fc0fe6472ef662b57de3bfd2df79c3f2b3951598.tar.gz
- MFH Add missing skipif
Diffstat (limited to 'ext/spl/tests/bug32394.phpt')
-rwxr-xr-xext/spl/tests/bug32394.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spl/tests/bug32394.phpt b/ext/spl/tests/bug32394.phpt
index 8189b23f7a..ac72e0fa16 100755
--- a/ext/spl/tests/bug32394.phpt
+++ b/ext/spl/tests/bug32394.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #32394 (offsetUnset() segfaults in a foreach)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php