helly Tue Dec 16 16:02:55 2003 EDT Modified files: /php-src/ext/simplexml/tests 011.phpt 012.phpt 013.phpt Log: Not needed here (copy'n'paste) Index: php-src/ext/simplexml/tests/011.phpt diff -u php-src/ext/simplexml/tests/011.phpt:1.1 php-src/ext/simplexml/tests/011.phpt:1.2 --- php-src/ext/simplexml/tests/011.phpt:1.1 Tue Dec 16 14:49:33 2003 +++ php-src/ext/simplexml/tests/011.phpt Tue Dec 16 16:02:54 2003 @@ -3,7 +3,6 @@ --SKIPIF-- <?php if (!extension_loaded('simplexml')) print 'skip'; - if (!class_exists('RecursiveIteratorIterator')) print 'skip RecursiveIteratorIterator not available'; ?> --FILE-- <?php Index: php-src/ext/simplexml/tests/012.phpt diff -u php-src/ext/simplexml/tests/012.phpt:1.1 php-src/ext/simplexml/tests/012.phpt:1.2 --- php-src/ext/simplexml/tests/012.phpt:1.1 Tue Dec 16 15:34:19 2003 +++ php-src/ext/simplexml/tests/012.phpt Tue Dec 16 16:02:54 2003 @@ -3,7 +3,6 @@ --SKIPIF-- <?php if (!extension_loaded('simplexml')) print 'skip'; - if (!class_exists('RecursiveIteratorIterator')) print 'skip RecursiveIteratorIterator not available'; ?> --FILE-- <?php Index: php-src/ext/simplexml/tests/013.phpt diff -u php-src/ext/simplexml/tests/013.phpt:1.1 php-src/ext/simplexml/tests/013.phpt:1.2 --- php-src/ext/simplexml/tests/013.phpt:1.1 Tue Dec 16 15:50:20 2003 +++ php-src/ext/simplexml/tests/013.phpt Tue Dec 16 16:02:54 2003 @@ -3,7 +3,6 @@ --SKIPIF-- <?php if (!extension_loaded('simplexml')) print 'skip'; - if (!class_exists('RecursiveIteratorIterator')) print 'skip RecursiveIteratorIterator not available'; ?> --FILE-- <?php
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php