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--
|
--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
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
--TEST--
|
--TEST--
|
||||||
Bug #36287
|
Bug #36287
|
||||||
|
--SKIPIF--
|
||||||
|
<?php if (!extension_loaded("spl")) print "skip"; ?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user