helly Wed Dec 21 22:21:55 2005 EDT
Modified files:
/php-src/ext/spl/tests array_015.phpt bug31185.phpt bug31346.phpt
bug31348.phpt bug31926.phpt bug32134.phpt
bug32394.phpt bug33136.phpt bug34548.phpt
fileobject_001.phpt fileobject_002.phpt
iterator_010.phpt iterator_011.phpt
iterator_012.phpt iterator_013.phpt
iterator_014.phpt iterator_015.phpt
iterator_016.phpt iterator_017.phpt
iterator_018.phpt iterator_019.phpt
iterator_020.phpt iterator_021.phpt
iterator_022.phpt iterator_023.phpt
iterator_024.phpt iterator_025.phpt
iterator_026.phpt iterator_027.phpt
iterator_028.phpt iterator_029.phpt
observer_001.phpt observer_002.phpt
spl_001.phpt spl_002.phpt spl_003.phpt
spl_autoload_001.phpt spl_autoload_002.phpt
spl_autoload_003.phpt spl_autoload_004.phpt
spl_autoload_005.phpt spl_autoload_006.phpt
spl_autoload_007.phpt
Log:
- Add missing skipif
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/array_015.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/array_015.phpt
diff -u php-src/ext/spl/tests/array_015.phpt:1.2
php-src/ext/spl/tests/array_015.phpt:1.3
--- php-src/ext/spl/tests/array_015.phpt:1.2 Thu Jan 27 00:26:13 2005
+++ php-src/ext/spl/tests/array_015.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: ArrayIterator::next() with internal arrays
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/bug31185.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/tests/bug31185.phpt
diff -u php-src/ext/spl/tests/bug31185.phpt:1.3
php-src/ext/spl/tests/bug31185.phpt:1.4
--- php-src/ext/spl/tests/bug31185.phpt:1.3 Mon Aug 15 07:55:39 2005
+++ php-src/ext/spl/tests/bug31185.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
Bug #31185 (Crash when exceptions thrown from ArrayAccess::offsetUnset())
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/bug31346.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/bug31346.phpt
diff -u php-src/ext/spl/tests/bug31346.phpt:1.1
php-src/ext/spl/tests/bug31346.phpt:1.2
--- php-src/ext/spl/tests/bug31346.phpt:1.1 Mon Jan 24 21:27:36 2005
+++ php-src/ext/spl/tests/bug31346.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
Bug #31486 (ArrayIterator::next segfaults)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
$obj = new stdClass;
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/bug31348.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/bug31348.phpt
diff -u php-src/ext/spl/tests/bug31348.phpt:1.1
php-src/ext/spl/tests/bug31348.phpt:1.2
--- php-src/ext/spl/tests/bug31348.phpt:1.1 Mon Jan 24 20:22:56 2005
+++ php-src/ext/spl/tests/bug31348.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
Bug #31348 (CachingIterator::rewind() leaks)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
$a = Array("some","blah");
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/bug31926.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/tests/bug31926.phpt
diff -u php-src/ext/spl/tests/bug31926.phpt:1.3
php-src/ext/spl/tests/bug31926.phpt:1.4
--- php-src/ext/spl/tests/bug31926.phpt:1.3 Sun Sep 18 11:34:36 2005
+++ php-src/ext/spl/tests/bug31926.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
Bug #31926 (php in free() error with RecursiveArrayIterator)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/bug32134.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/bug32134.phpt
diff -u php-src/ext/spl/tests/bug32134.phpt:1.2
php-src/ext/spl/tests/bug32134.phpt:1.3
--- php-src/ext/spl/tests/bug32134.phpt:1.2 Mon Aug 15 14:37:55 2005
+++ php-src/ext/spl/tests/bug32134.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
Bug #32134 (Overloading offsetGet/offsetSet)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/bug32394.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/bug32394.phpt
diff -u php-src/ext/spl/tests/bug32394.phpt:1.1
php-src/ext/spl/tests/bug32394.phpt:1.2
--- php-src/ext/spl/tests/bug32394.phpt:1.1 Mon Mar 21 20:07:33 2005
+++ php-src/ext/spl/tests/bug32394.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
Bug #32394 (offsetUnset() segfaults in a foreach)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/bug33136.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/bug33136.phpt
diff -u php-src/ext/spl/tests/bug33136.phpt:1.2
php-src/ext/spl/tests/bug33136.phpt:1.3
--- php-src/ext/spl/tests/bug33136.phpt:1.2 Mon Aug 15 14:37:55 2005
+++ php-src/ext/spl/tests/bug33136.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
Bug #33136 method offsetSet in class extended from ArrayObject crash PHP
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/bug34548.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/bug34548.phpt
diff -u php-src/ext/spl/tests/bug34548.phpt:1.2
php-src/ext/spl/tests/bug34548.phpt:1.3
--- php-src/ext/spl/tests/bug34548.phpt:1.2 Mon Sep 19 18:59:50 2005
+++ php-src/ext/spl/tests/bug34548.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
bug #34548 (Method append() in class extended from ArrayObject crashes PHP)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/fileobject_001.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/tests/fileobject_001.phpt
diff -u php-src/ext/spl/tests/fileobject_001.phpt:1.3
php-src/ext/spl/tests/fileobject_001.phpt:1.4
--- php-src/ext/spl/tests/fileobject_001.phpt:1.3 Thu Sep 15 14:07:39 2005
+++ php-src/ext/spl/tests/fileobject_001.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: SplFileObject::seek'ing
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/fileobject_002.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/fileobject_002.phpt
diff -u php-src/ext/spl/tests/fileobject_002.phpt:1.2
php-src/ext/spl/tests/fileobject_002.phpt:1.3
--- php-src/ext/spl/tests/fileobject_002.phpt:1.2 Thu Sep 15 14:07:39 2005
+++ php-src/ext/spl/tests/fileobject_002.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: SplFileObject::fgetc
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_010.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/iterator_010.phpt
diff -u php-src/ext/spl/tests/iterator_010.phpt:1.1
php-src/ext/spl/tests/iterator_010.phpt:1.2
--- php-src/ext/spl/tests/iterator_010.phpt:1.1 Mon Nov 1 00:26:59 2004
+++ php-src/ext/spl/tests/iterator_010.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: EmptyIterator
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_011.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/iterator_011.phpt
diff -u php-src/ext/spl/tests/iterator_011.phpt:1.2
php-src/ext/spl/tests/iterator_011.phpt:1.3
--- php-src/ext/spl/tests/iterator_011.phpt:1.2 Mon Feb 7 16:27:41 2005
+++ php-src/ext/spl/tests/iterator_011.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: InfiniteIterator
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_012.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/iterator_012.phpt
diff -u php-src/ext/spl/tests/iterator_012.phpt:1.1
php-src/ext/spl/tests/iterator_012.phpt:1.2
--- php-src/ext/spl/tests/iterator_012.phpt:1.1 Mon Nov 1 00:26:59 2004
+++ php-src/ext/spl/tests/iterator_012.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: NoRweindIterator
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_013.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/iterator_013.phpt
diff -u php-src/ext/spl/tests/iterator_013.phpt:1.1
php-src/ext/spl/tests/iterator_013.phpt:1.2
--- php-src/ext/spl/tests/iterator_013.phpt:1.1 Mon Nov 1 00:26:59 2004
+++ php-src/ext/spl/tests/iterator_013.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: AppendIterator
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_014.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/tests/iterator_014.phpt
diff -u php-src/ext/spl/tests/iterator_014.phpt:1.3
php-src/ext/spl/tests/iterator_014.phpt:1.4
--- php-src/ext/spl/tests/iterator_014.phpt:1.3 Sun Sep 18 11:34:36 2005
+++ php-src/ext/spl/tests/iterator_014.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: RecursiveIteratorIterator and beginChildren/endChildren
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_015.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/tests/iterator_015.phpt
diff -u php-src/ext/spl/tests/iterator_015.phpt:1.3
php-src/ext/spl/tests/iterator_015.phpt:1.4
--- php-src/ext/spl/tests/iterator_015.phpt:1.3 Sun Sep 18 11:34:36 2005
+++ php-src/ext/spl/tests/iterator_015.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: RecursiveIteratorIterator and beginChildren/endChildren
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_016.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/tests/iterator_016.phpt
diff -u php-src/ext/spl/tests/iterator_016.phpt:1.3
php-src/ext/spl/tests/iterator_016.phpt:1.4
--- php-src/ext/spl/tests/iterator_016.phpt:1.3 Sun Sep 18 11:34:36 2005
+++ php-src/ext/spl/tests/iterator_016.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: RecursiveIteratorIterator and beginChildren/endChildren
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_017.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/iterator_017.phpt
diff -u php-src/ext/spl/tests/iterator_017.phpt:1.1
php-src/ext/spl/tests/iterator_017.phpt:1.2
--- php-src/ext/spl/tests/iterator_017.phpt:1.1 Thu Jan 27 00:34:13 2005
+++ php-src/ext/spl/tests/iterator_017.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: EmptyIterator
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_018.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/iterator_018.phpt
diff -u php-src/ext/spl/tests/iterator_018.phpt:1.1
php-src/ext/spl/tests/iterator_018.phpt:1.2
--- php-src/ext/spl/tests/iterator_018.phpt:1.1 Thu Jan 27 00:34:13 2005
+++ php-src/ext/spl/tests/iterator_018.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: InfiniteIterator
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_019.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/iterator_019.phpt
diff -u php-src/ext/spl/tests/iterator_019.phpt:1.1
php-src/ext/spl/tests/iterator_019.phpt:1.2
--- php-src/ext/spl/tests/iterator_019.phpt:1.1 Thu Jan 27 00:34:13 2005
+++ php-src/ext/spl/tests/iterator_019.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: NoRweindIterator
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_020.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/iterator_020.phpt
diff -u php-src/ext/spl/tests/iterator_020.phpt:1.1
php-src/ext/spl/tests/iterator_020.phpt:1.2
--- php-src/ext/spl/tests/iterator_020.phpt:1.1 Thu Jan 27 00:34:13 2005
+++ php-src/ext/spl/tests/iterator_020.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: AppendIterator
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_021.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/tests/iterator_021.phpt
diff -u php-src/ext/spl/tests/iterator_021.phpt:1.3
php-src/ext/spl/tests/iterator_021.phpt:1.4
--- php-src/ext/spl/tests/iterator_021.phpt:1.3 Sun Sep 18 11:34:36 2005
+++ php-src/ext/spl/tests/iterator_021.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: RecursiveIteratorIterator and hasChildren
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_022.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/tests/iterator_022.phpt
diff -u php-src/ext/spl/tests/iterator_022.phpt:1.3
php-src/ext/spl/tests/iterator_022.phpt:1.4
--- php-src/ext/spl/tests/iterator_022.phpt:1.3 Sun Sep 18 11:34:36 2005
+++ php-src/ext/spl/tests/iterator_022.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: RecursiveIteratorIterator and callHasChildren/callGetChildren
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_023.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/tests/iterator_023.phpt
diff -u php-src/ext/spl/tests/iterator_023.phpt:1.3
php-src/ext/spl/tests/iterator_023.phpt:1.4
--- php-src/ext/spl/tests/iterator_023.phpt:1.3 Sun Sep 18 11:34:36 2005
+++ php-src/ext/spl/tests/iterator_023.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: RecursiveIteratorIterator and catch getChildren
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_024.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/iterator_024.phpt
diff -u php-src/ext/spl/tests/iterator_024.phpt:1.2
php-src/ext/spl/tests/iterator_024.phpt:1.3
--- php-src/ext/spl/tests/iterator_024.phpt:1.2 Mon Sep 19 07:49:13 2005
+++ php-src/ext/spl/tests/iterator_024.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: RecursiveIteratorIterator with custom iterator class
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_025.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/iterator_025.phpt
diff -u php-src/ext/spl/tests/iterator_025.phpt:1.1
php-src/ext/spl/tests/iterator_025.phpt:1.2
--- php-src/ext/spl/tests/iterator_025.phpt:1.1 Sun Sep 18 11:34:36 2005
+++ php-src/ext/spl/tests/iterator_025.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: RecursiveIteratorIterator and begin/endIteration()
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_026.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/iterator_026.phpt
diff -u php-src/ext/spl/tests/iterator_026.phpt:1.2
php-src/ext/spl/tests/iterator_026.phpt:1.3
--- php-src/ext/spl/tests/iterator_026.phpt:1.2 Sun Sep 18 16:51:24 2005
+++ php-src/ext/spl/tests/iterator_026.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: CachingIterator::hasNext()
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_027.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/iterator_027.phpt
diff -u php-src/ext/spl/tests/iterator_027.phpt:1.2
php-src/ext/spl/tests/iterator_027.phpt:1.3
--- php-src/ext/spl/tests/iterator_027.phpt:1.2 Mon Sep 19 07:49:13 2005
+++ php-src/ext/spl/tests/iterator_027.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: CachingIterator::FULL_CACHE
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_028.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/iterator_028.phpt
diff -u php-src/ext/spl/tests/iterator_028.phpt:1.2
php-src/ext/spl/tests/iterator_028.phpt:1.3
--- php-src/ext/spl/tests/iterator_028.phpt:1.2 Mon Sep 26 07:23:49 2005
+++ php-src/ext/spl/tests/iterator_028.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: RecursiveIteratorIterator and setMaxDepth()
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_029.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/iterator_029.phpt
diff -u php-src/ext/spl/tests/iterator_029.phpt:1.2
php-src/ext/spl/tests/iterator_029.phpt:1.3
--- php-src/ext/spl/tests/iterator_029.phpt:1.2 Tue Oct 11 00:18:32 2005
+++ php-src/ext/spl/tests/iterator_029.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: RegExIterator
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/observer_001.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/observer_001.phpt
diff -u php-src/ext/spl/tests/observer_001.phpt:1.2
php-src/ext/spl/tests/observer_001.phpt:1.3
--- php-src/ext/spl/tests/observer_001.phpt:1.2 Thu Sep 15 03:31:37 2005
+++ php-src/ext/spl/tests/observer_001.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: SplObserver and SplSubject (empty notify)
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/observer_002.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/observer_002.phpt
diff -u php-src/ext/spl/tests/observer_002.phpt:1.2
php-src/ext/spl/tests/observer_002.phpt:1.3
--- php-src/ext/spl/tests/observer_002.phpt:1.2 Thu Sep 15 03:31:37 2005
+++ php-src/ext/spl/tests/observer_002.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: SplObjectStorage
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/spl_001.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/spl_001.phpt
diff -u php-src/ext/spl/tests/spl_001.phpt:1.1
php-src/ext/spl/tests/spl_001.phpt:1.2
--- php-src/ext/spl/tests/spl_001.phpt:1.1 Thu Oct 7 23:08:19 2004
+++ php-src/ext/spl/tests/spl_001.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: iterator_to_array() and iterator_count()
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/spl_002.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/spl_002.phpt
diff -u php-src/ext/spl/tests/spl_002.phpt:1.1
php-src/ext/spl/tests/spl_002.phpt:1.2
--- php-src/ext/spl/tests/spl_002.phpt:1.1 Mon Nov 1 10:45:54 2004
+++ php-src/ext/spl/tests/spl_002.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: Countable
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/spl_003.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/spl_003.phpt
diff -u php-src/ext/spl/tests/spl_003.phpt:1.2
php-src/ext/spl/tests/spl_003.phpt:1.3
--- php-src/ext/spl/tests/spl_003.phpt:1.2 Mon Aug 15 17:29:07 2005
+++ php-src/ext/spl/tests/spl_003.phpt Wed Dec 21 22:21:54 2005
@@ -2,6 +2,8 @@
SPL: class_parents() and class_implements()
--SKIPIF--
<?php if (!extension_loaded("spl")) print "skip"; ?>
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--FILE--
<?php
class a{}
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/spl_autoload_001.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/spl/tests/spl_autoload_001.phpt
diff -u php-src/ext/spl/tests/spl_autoload_001.phpt:1.4
php-src/ext/spl/tests/spl_autoload_001.phpt:1.5
--- php-src/ext/spl/tests/spl_autoload_001.phpt:1.4 Wed Aug 10 06:36:25 2005
+++ php-src/ext/spl/tests/spl_autoload_001.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: spl_autoload() and friends
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--INI--
include_path=.
--FILE--
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/spl_autoload_002.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/spl_autoload_002.phpt
diff -u php-src/ext/spl/tests/spl_autoload_002.phpt:1.2
php-src/ext/spl/tests/spl_autoload_002.phpt:1.3
--- php-src/ext/spl/tests/spl_autoload_002.phpt:1.2 Mon Aug 22 13:32:46 2005
+++ php-src/ext/spl/tests/spl_autoload_002.phpt Wed Dec 21 22:21:54 2005
@@ -1,6 +1,8 @@
--TEST--
SPL: spl_autoloadfunctions()
--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
+--SKIPIF--
<?php if (spl_autoload_functions() !== false) die('skip __autoload()
registered by php.ini'); ?>
--FILE--
<?php
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/spl_autoload_003.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/spl_autoload_003.phpt
diff -u php-src/ext/spl/tests/spl_autoload_003.phpt:1.1
php-src/ext/spl/tests/spl_autoload_003.phpt:1.2
--- php-src/ext/spl/tests/spl_autoload_003.phpt:1.1 Tue Apr 5 09:23:14 2005
+++ php-src/ext/spl/tests/spl_autoload_003.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: spl_autoload() and friends
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--INI--
include_path=.
--FILE--
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/spl_autoload_004.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/spl_autoload_004.phpt
diff -u php-src/ext/spl/tests/spl_autoload_004.phpt:1.2
php-src/ext/spl/tests/spl_autoload_004.phpt:1.3
--- php-src/ext/spl/tests/spl_autoload_004.phpt:1.2 Mon Aug 22 13:32:46 2005
+++ php-src/ext/spl/tests/spl_autoload_004.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: spl_autoload() with static methods
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--INI--
include_path=.
--FILE--
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/spl_autoload_005.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/spl_autoload_005.phpt
diff -u php-src/ext/spl/tests/spl_autoload_005.phpt:1.1
php-src/ext/spl/tests/spl_autoload_005.phpt:1.2
--- php-src/ext/spl/tests/spl_autoload_005.phpt:1.1 Thu Aug 11 01:19:11 2005
+++ php-src/ext/spl/tests/spl_autoload_005.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: spl_autoload() with methods
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--INI--
include_path=.
--FILE--
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/spl_autoload_006.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/spl_autoload_006.phpt
diff -u php-src/ext/spl/tests/spl_autoload_006.phpt:1.2
php-src/ext/spl/tests/spl_autoload_006.phpt:1.3
--- php-src/ext/spl/tests/spl_autoload_006.phpt:1.2 Fri Dec 16 22:22:14 2005
+++ php-src/ext/spl/tests/spl_autoload_006.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: spl_autoload() with static methods
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--INI--
include_path=.
--FILE--
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/spl_autoload_007.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/tests/spl_autoload_007.phpt
diff -u php-src/ext/spl/tests/spl_autoload_007.phpt:1.2
php-src/ext/spl/tests/spl_autoload_007.phpt:1.3
--- php-src/ext/spl/tests/spl_autoload_007.phpt:1.2 Fri Dec 16 22:22:14 2005
+++ php-src/ext/spl/tests/spl_autoload_007.phpt Wed Dec 21 22:21:54 2005
@@ -1,5 +1,7 @@
--TEST--
SPL: spl_autoload() with inaccessible methods
+--SKIPIF--
+<?php if (!extension_loaded("spl")) print "skip"; ?>
--INI--
include_path=.
--FILE--
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php