]> granicus.if.org Git - php/commitdiff
add missing skipif sections
authorAntony Dovgal <tony2001@php.net>
Thu, 23 Mar 2006 15:05:02 +0000 (15:05 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 23 Mar 2006 15:05:02 +0000 (15:05 +0000)
ext/spl/tests/bug36258.phpt
ext/spl/tests/bug36287.phpt
ext/spl/tests/bug36825.phpt

index 76fbdbf00c532e31693b99124b97547f0ee7609d..297c7f59780bd03a3e878c5cfb4bd5cf92f8c824 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #36258 (SplFileObject::getPath() may lead to segfault)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
 --FILE--
 <?php
 
index dc04e116d4ec008f84f6ab76fb9db6713aba62dc..29ae0e2c9dba6f4b9534a5f36601405f6bcd479a 100755 (executable)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #36287
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
 --FILE--
 <?php
 
index 35de013a8f0a750792b9f206c37eae11a98a4e59..503ec43a438fd4af147cd7357253406cd5ea03e9 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
 --FILE--
 <?php