Browse Source

add missing skipif sections

PHP-5.1
Antony Dovgal 20 years ago
parent
commit
5f80bcaf26
  1. 2
      ext/spl/tests/bug36258.phpt
  2. 2
      ext/spl/tests/bug36287.phpt
  3. 2
      ext/spl/tests/bug36825.phpt

2
ext/spl/tests/bug36258.phpt

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

2
ext/spl/tests/bug36287.phpt

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

2
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

Loading…
Cancel
Save