add missing skipif sections

This commit is contained in:
Antony Dovgal 2006-03-23 15:05:02 +00:00
parent b45ea555bc
commit 24efa95ab0
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
--TEST-- --TEST--
Bug #36258 (SplFileObject::getPath() may lead to segfault) Bug #36258 (SplFileObject::getPath() may lead to segfault)
--SKIPIF--
<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE-- --FILE--
<?php <?php

View File

@ -1,5 +1,7 @@
--TEST-- --TEST--
Bug #36287 Bug #36287
--SKIPIF--
<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE-- --FILE--
<?php <?php

View File

@ -1,5 +1,7 @@
--TEST-- --TEST--
Bug #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault) Bug #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault)
--SKIPIF--
<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE-- --FILE--
<?php <?php