summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug36825.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-03-23 15:05:02 +0000
committerAntony Dovgal <tony2001@php.net>2006-03-23 15:05:02 +0000
commit24efa95ab04ce0b65ecc9fd304965528d82b6f5b (patch)
tree089f5c2086daa181d37e5018a2ab362ec62ce704 /ext/spl/tests/bug36825.phpt
parentb45ea555bc867b82d97355b04b1d7967ebbf5ad9 (diff)
downloadphp-git-24efa95ab04ce0b65ecc9fd304965528d82b6f5b.tar.gz
add missing skipif sections
Diffstat (limited to 'ext/spl/tests/bug36825.phpt')
-rw-r--r--ext/spl/tests/bug36825.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spl/tests/bug36825.phpt b/ext/spl/tests/bug36825.phpt
index 35de013a8f..503ec43a43 100644
--- a/ext/spl/tests/bug36825.phpt
+++ b/ext/spl/tests/bug36825.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php