helly Wed Dec 21 22:22:33 2005 EDT
Modified files: (Branch: PHP_5_1)
/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_028.phpt
observer_001.phpt observer_002.phpt
spl_001.phpt spl_002.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:
- MFH Add missing skipif
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/array_015.phpt?r1=1.2&r2=1.2.4.1&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.2.4.1
--- 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:22:33 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.2&r2=1.2.2.1&diff_format=u
Index: php-src/ext/spl/tests/bug31185.phpt
diff -u php-src/ext/spl/tests/bug31185.phpt:1.2
php-src/ext/spl/tests/bug31185.phpt:1.2.2.1
--- php-src/ext/spl/tests/bug31185.phpt:1.2 Sat Mar 19 15:15:32 2005
+++ php-src/ext/spl/tests/bug31185.phpt Wed Dec 21 22:22:33 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.1.4.1&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.1.4.1
--- 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:22:33 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.1.4.1&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.1.4.1
--- 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:22:33 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.1.4.1&r2=1.1.4.2&diff_format=u
Index: php-src/ext/spl/tests/bug31926.phpt
diff -u php-src/ext/spl/tests/bug31926.phpt:1.1.4.1
php-src/ext/spl/tests/bug31926.phpt:1.1.4.2
--- php-src/ext/spl/tests/bug31926.phpt:1.1.4.1 Sun Sep 18 17:15:04 2005
+++ php-src/ext/spl/tests/bug31926.phpt Wed Dec 21 22:22:33 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.1&r2=1.1.4.1&diff_format=u
Index: php-src/ext/spl/tests/bug32134.phpt
diff -u php-src/ext/spl/tests/bug32134.phpt:1.1
php-src/ext/spl/tests/bug32134.phpt:1.1.4.1
--- php-src/ext/spl/tests/bug32134.phpt:1.1 Thu Mar 3 10:35:34 2005
+++ php-src/ext/spl/tests/bug32134.phpt Wed Dec 21 22:22:33 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.1.4.1&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.1.4.1
--- 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:22:33 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.1&r2=1.1.2.1&diff_format=u
Index: php-src/ext/spl/tests/bug33136.phpt
diff -u php-src/ext/spl/tests/bug33136.phpt:1.1
php-src/ext/spl/tests/bug33136.phpt:1.1.2.1
--- php-src/ext/spl/tests/bug33136.phpt:1.1 Mon Jun 20 03:02:52 2005
+++ php-src/ext/spl/tests/bug33136.phpt Wed Dec 21 22:22:33 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.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/spl/tests/bug34548.phpt
diff -u php-src/ext/spl/tests/bug34548.phpt:1.1.4.2
php-src/ext/spl/tests/bug34548.phpt:1.1.4.3
--- php-src/ext/spl/tests/bug34548.phpt:1.1.4.2 Mon Sep 19 18:58:59 2005
+++ php-src/ext/spl/tests/bug34548.phpt Wed Dec 21 22:22:33 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.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/spl/tests/fileobject_001.phpt
diff -u php-src/ext/spl/tests/fileobject_001.phpt:1.1.2.2
php-src/ext/spl/tests/fileobject_001.phpt:1.1.2.3
--- php-src/ext/spl/tests/fileobject_001.phpt:1.1.2.2 Thu Sep 15 14:08:16 2005
+++ php-src/ext/spl/tests/fileobject_001.phpt Wed Dec 21 22:22:33 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.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/spl/tests/fileobject_002.phpt
diff -u php-src/ext/spl/tests/fileobject_002.phpt:1.1.2.1
php-src/ext/spl/tests/fileobject_002.phpt:1.1.2.2
--- php-src/ext/spl/tests/fileobject_002.phpt:1.1.2.1 Thu Sep 15 14:08:16 2005
+++ php-src/ext/spl/tests/fileobject_002.phpt Wed Dec 21 22:22:33 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.1.2.1&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.1.2.1
--- 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:22:33 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.2.2.1&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.2.2.1
--- 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:22:33 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.1.2.1&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.1.2.1
--- 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:22:33 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.1.2.1&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.1.2.1
--- 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:22:33 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.2.2.1&r2=1.2.2.2&diff_format=u
Index: php-src/ext/spl/tests/iterator_014.phpt
diff -u php-src/ext/spl/tests/iterator_014.phpt:1.2.2.1
php-src/ext/spl/tests/iterator_014.phpt:1.2.2.2
--- php-src/ext/spl/tests/iterator_014.phpt:1.2.2.1 Sun Sep 18 17:15:04 2005
+++ php-src/ext/spl/tests/iterator_014.phpt Wed Dec 21 22:22:33 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.2.2.1&r2=1.2.2.2&diff_format=u
Index: php-src/ext/spl/tests/iterator_015.phpt
diff -u php-src/ext/spl/tests/iterator_015.phpt:1.2.2.1
php-src/ext/spl/tests/iterator_015.phpt:1.2.2.2
--- php-src/ext/spl/tests/iterator_015.phpt:1.2.2.1 Sun Sep 18 17:15:04 2005
+++ php-src/ext/spl/tests/iterator_015.phpt Wed Dec 21 22:22:33 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.2.2.1&r2=1.2.2.2&diff_format=u
Index: php-src/ext/spl/tests/iterator_016.phpt
diff -u php-src/ext/spl/tests/iterator_016.phpt:1.2.2.1
php-src/ext/spl/tests/iterator_016.phpt:1.2.2.2
--- php-src/ext/spl/tests/iterator_016.phpt:1.2.2.1 Sun Sep 18 17:15:04 2005
+++ php-src/ext/spl/tests/iterator_016.phpt Wed Dec 21 22:22:33 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.1.2.1&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.1.2.1
--- 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:22:33 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.1.2.1&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.1.2.1
--- 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:22:33 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.1.2.1&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.1.2.1
--- 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:22:33 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.1.2.1&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.1.2.1
--- 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:22:33 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.2.2.1&r2=1.2.2.2&diff_format=u
Index: php-src/ext/spl/tests/iterator_021.phpt
diff -u php-src/ext/spl/tests/iterator_021.phpt:1.2.2.1
php-src/ext/spl/tests/iterator_021.phpt:1.2.2.2
--- php-src/ext/spl/tests/iterator_021.phpt:1.2.2.1 Sun Sep 18 17:15:04 2005
+++ php-src/ext/spl/tests/iterator_021.phpt Wed Dec 21 22:22:33 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.2.2.1&r2=1.2.2.2&diff_format=u
Index: php-src/ext/spl/tests/iterator_022.phpt
diff -u php-src/ext/spl/tests/iterator_022.phpt:1.2.2.1
php-src/ext/spl/tests/iterator_022.phpt:1.2.2.2
--- php-src/ext/spl/tests/iterator_022.phpt:1.2.2.1 Sun Sep 18 17:15:04 2005
+++ php-src/ext/spl/tests/iterator_022.phpt Wed Dec 21 22:22:33 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.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/spl/tests/iterator_023.phpt
diff -u php-src/ext/spl/tests/iterator_023.phpt:1.1.2.2
php-src/ext/spl/tests/iterator_023.phpt:1.1.2.3
--- php-src/ext/spl/tests/iterator_023.phpt:1.1.2.2 Sun Sep 18 17:15:04 2005
+++ php-src/ext/spl/tests/iterator_023.phpt Wed Dec 21 22:22:33 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.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/spl/tests/iterator_024.phpt
diff -u php-src/ext/spl/tests/iterator_024.phpt:1.1.2.2
php-src/ext/spl/tests/iterator_024.phpt:1.1.2.3
--- php-src/ext/spl/tests/iterator_024.phpt:1.1.2.2 Sun Sep 18 17:16:17 2005
+++ php-src/ext/spl/tests/iterator_024.phpt Wed Dec 21 22:22:33 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.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/spl/tests/iterator_025.phpt
diff -u php-src/ext/spl/tests/iterator_025.phpt:1.1.2.2
php-src/ext/spl/tests/iterator_025.phpt:1.1.2.3
--- php-src/ext/spl/tests/iterator_025.phpt:1.1.2.2 Mon Nov 7 18:38:20 2005
+++ php-src/ext/spl/tests/iterator_025.phpt Wed Dec 21 22:22:33 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.2.2&r2=1.2.2.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.2.2
php-src/ext/spl/tests/iterator_026.phpt:1.2.2.3
--- php-src/ext/spl/tests/iterator_026.phpt:1.2.2.2 Mon Nov 7 18:38:20 2005
+++ php-src/ext/spl/tests/iterator_026.phpt Wed Dec 21 22:22:33 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_028.phpt?r1=1.2.2.3&r2=1.2.2.4&diff_format=u
Index: php-src/ext/spl/tests/iterator_028.phpt
diff -u php-src/ext/spl/tests/iterator_028.phpt:1.2.2.3
php-src/ext/spl/tests/iterator_028.phpt:1.2.2.4
--- php-src/ext/spl/tests/iterator_028.phpt:1.2.2.3 Tue Nov 29 03:33:59 2005
+++ php-src/ext/spl/tests/iterator_028.phpt Wed Dec 21 22:22:33 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/observer_001.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/spl/tests/observer_001.phpt
diff -u php-src/ext/spl/tests/observer_001.phpt:1.1.2.1
php-src/ext/spl/tests/observer_001.phpt:1.1.2.2
--- php-src/ext/spl/tests/observer_001.phpt:1.1.2.1 Thu Sep 15 03:33:04 2005
+++ php-src/ext/spl/tests/observer_001.phpt Wed Dec 21 22:22:33 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.2.2&r2=1.2.2.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.2.2
php-src/ext/spl/tests/observer_002.phpt:1.2.2.3
--- php-src/ext/spl/tests/observer_002.phpt:1.2.2.2 Thu Sep 15 03:38:03 2005
+++ php-src/ext/spl/tests/observer_002.phpt Wed Dec 21 22:22:33 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.1.2.1&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.1.2.1
--- 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:22:33 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.1.2.1&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.1.2.1
--- 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:22:33 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_autoload_001.phpt?r1=1.3.2.1&r2=1.3.2.2&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.3.2.1
php-src/ext/spl/tests/spl_autoload_001.phpt:1.3.2.2
--- php-src/ext/spl/tests/spl_autoload_001.phpt:1.3.2.1 Wed Aug 10 06:10:04 2005
+++ php-src/ext/spl/tests/spl_autoload_001.phpt Wed Dec 21 22:22:33 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.1&r2=1.1.2.1&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.1
php-src/ext/spl/tests/spl_autoload_002.phpt:1.1.2.1
--- php-src/ext/spl/tests/spl_autoload_002.phpt:1.1 Thu Mar 3 00:20:57 2005
+++ php-src/ext/spl/tests/spl_autoload_002.phpt Wed Dec 21 22:22:33 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.1.2.1&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.1.2.1
--- 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:22:33 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.2.3&r2=1.2.2.4&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.2.3
php-src/ext/spl/tests/spl_autoload_004.phpt:1.2.2.4
--- php-src/ext/spl/tests/spl_autoload_004.phpt:1.2.2.3 Tue Nov 29 03:33:59 2005
+++ php-src/ext/spl/tests/spl_autoload_004.phpt Wed Dec 21 22:22:33 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.2.2&r2=1.1.2.3&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.2.2
php-src/ext/spl/tests/spl_autoload_005.phpt:1.1.2.3
--- php-src/ext/spl/tests/spl_autoload_005.phpt:1.1.2.2 Sun Sep 25 18:04:35 2005
+++ php-src/ext/spl/tests/spl_autoload_005.phpt Wed Dec 21 22:22:33 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.1.2.1&r2=1.1.2.2&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.1.2.1
php-src/ext/spl/tests/spl_autoload_006.phpt:1.1.2.2
--- php-src/ext/spl/tests/spl_autoload_006.phpt:1.1.2.1 Wed Nov 2 20:32:21 2005
+++ php-src/ext/spl/tests/spl_autoload_006.phpt Wed Dec 21 22:22:33 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.1.2.1&r2=1.1.2.2&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.1.2.1
php-src/ext/spl/tests/spl_autoload_007.phpt:1.1.2.2
--- php-src/ext/spl/tests/spl_autoload_007.phpt:1.1.2.1 Fri Dec 16 22:19:01 2005
+++ php-src/ext/spl/tests/spl_autoload_007.phpt Wed Dec 21 22:22:33 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