]> granicus.if.org Git - php/commitdiff
- Add missing --SKIPIF--
authorMarcus Boerger <helly@php.net>
Wed, 29 Sep 2004 20:10:12 +0000 (20:10 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 29 Sep 2004 20:10:12 +0000 (20:10 +0000)
ext/spl/tests/array_009.phpt
ext/spl/tests/array_010.phpt
ext/spl/tests/bug28822.phpt
ext/spl/tests/iterator_002.phpt

index f9c5fe1c7309f60b593d095b4feef60e054a8030..5499caad695fa057ff781965767c6234eb4b5b13 100755 (executable)
@@ -1,5 +1,7 @@
 --TEST--
 SPL: ArrayIterator implementing RecursiveIterator
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
 --FILE--
 <?php
 
index 6b331e4b5163b389e246eff95acfd0db90b56e4e..dae6b93d6de280c842f7598e69a9780bec802514 100755 (executable)
@@ -1,5 +1,7 @@
 --TEST--
 SPL: ArrayIterator implements ArrayAccess
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
 --FILE--
 <?php
 
index c3da4607f557a3fd32820652805b46c97f3a4f8b..28c22c5ed2f94cc9e7ccd1396f9068a8481ad5da 100755 (executable)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #28822: ArrayObject::offsetExists() works inverted
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
 --FILE--
 <?php
 
index 25a9ce218d59eb8eca869c22eebbd67258668e15..b481a0e00fc4a76f179c1f0558c180b1012bc1c8 100755 (executable)
@@ -1,5 +1,7 @@
 --TEST--
 SPL: Iterator using getInnerIterator
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
 --FILE--
 <?php