helly Wed Sep 29 16:10:12 2004 EDT Modified files: /php-src/ext/spl/tests array_009.phpt array_010.phpt bug28822.phpt iterator_002.phpt Log: - Add missing --SKIPIF-- http://cvs.php.net/diff.php/php-src/ext/spl/tests/array_009.phpt?r1=1.2&r2=1.3&ty=u Index: php-src/ext/spl/tests/array_009.phpt diff -u php-src/ext/spl/tests/array_009.phpt:1.2 php-src/ext/spl/tests/array_009.phpt:1.3 --- php-src/ext/spl/tests/array_009.phpt:1.2 Wed Apr 28 15:58:47 2004 +++ php-src/ext/spl/tests/array_009.phpt Wed Sep 29 16:10:12 2004 @@ -1,5 +1,7 @@ --TEST-- SPL: ArrayIterator implementing RecursiveIterator +--SKIPIF-- +<?php if (!extension_loaded("spl")) print "skip"; ?> --FILE-- <?php http://cvs.php.net/diff.php/php-src/ext/spl/tests/array_010.phpt?r1=1.2&r2=1.3&ty=u Index: php-src/ext/spl/tests/array_010.phpt diff -u php-src/ext/spl/tests/array_010.phpt:1.2 php-src/ext/spl/tests/array_010.phpt:1.3 --- php-src/ext/spl/tests/array_010.phpt:1.2 Wed Sep 29 05:41:18 2004 +++ php-src/ext/spl/tests/array_010.phpt Wed Sep 29 16:10:12 2004 @@ -1,5 +1,7 @@ --TEST-- SPL: ArrayIterator implements ArrayAccess +--SKIPIF-- +<?php if (!extension_loaded("spl")) print "skip"; ?> --FILE-- <?php http://cvs.php.net/diff.php/php-src/ext/spl/tests/bug28822.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/spl/tests/bug28822.phpt diff -u php-src/ext/spl/tests/bug28822.phpt:1.1 php-src/ext/spl/tests/bug28822.phpt:1.2 --- php-src/ext/spl/tests/bug28822.phpt:1.1 Mon Jun 21 15:15:27 2004 +++ php-src/ext/spl/tests/bug28822.phpt Wed Sep 29 16:10:12 2004 @@ -1,5 +1,7 @@ --TEST-- Bug #28822: ArrayObject::offsetExists() works inverted +--SKIPIF-- +<?php if (!extension_loaded("spl")) print "skip"; ?> --FILE-- <?php http://cvs.php.net/diff.php/php-src/ext/spl/tests/iterator_002.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/spl/tests/iterator_002.phpt diff -u php-src/ext/spl/tests/iterator_002.phpt:1.1 php-src/ext/spl/tests/iterator_002.phpt:1.2 --- php-src/ext/spl/tests/iterator_002.phpt:1.1 Wed Apr 28 15:58:47 2004 +++ php-src/ext/spl/tests/iterator_002.phpt Wed Sep 29 16:10:12 2004 @@ -1,5 +1,7 @@ --TEST-- SPL: Iterator using getInnerIterator +--SKIPIF-- +<?php if (!extension_loaded("spl")) print "skip"; ?> --FILE-- <?php
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php