mirror of
https://github.com/php/php-src.git
synced 2025-01-10 21:14:37 +08:00
add missing skipif sections
This commit is contained in:
parent
b45ea555bc
commit
24efa95ab0
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Bug #36258 (SplFileObject::getPath() may lead to segfault)
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("spl")) print "skip"; ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Bug #36287
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("spl")) print "skip"; ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Bug #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault)
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("spl")) print "skip"; ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user