Skip to content

Commit

Permalink
add missing skipif sections
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed Mar 23, 2006
1 parent e40df39 commit 5f80bca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/spl/tests/bug36258.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--TEST--
Bug #36258 (SplFileObject::getPath() may lead to segfault)
--SKIPIF--
<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php

Expand Down
2 changes: 2 additions & 0 deletions ext/spl/tests/bug36287.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--TEST--
Bug #36287
--SKIPIF--
<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php

Expand Down
2 changes: 2 additions & 0 deletions ext/spl/tests/bug36825.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--TEST--
Bug #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault)
--SKIPIF--
<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php

Expand Down

0 comments on commit 5f80bca

Please sign in to comment.