diff options
| author | Marcus Boerger <helly@php.net> | 2003-12-16 21:02:54 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-12-16 21:02:54 +0000 |
| commit | 9e29f2dfcf08a4da479fb9384a95283fa66ce2f9 (patch) | |
| tree | 26a247eb30cc2caf9d67160f673702140fb6c968 /ext/simplexml/tests | |
| parent | bb8b077ce776c8bea4c84bce731eca38585154bb (diff) | |
| download | php-git-9e29f2dfcf08a4da479fb9384a95283fa66ce2f9.tar.gz | |
Not needed here (copy'n'paste)
Diffstat (limited to 'ext/simplexml/tests')
| -rwxr-xr-x | ext/simplexml/tests/011.phpt | 1 | ||||
| -rwxr-xr-x | ext/simplexml/tests/012.phpt | 1 | ||||
| -rwxr-xr-x | ext/simplexml/tests/013.phpt | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/ext/simplexml/tests/011.phpt b/ext/simplexml/tests/011.phpt index 6cb6e5baf7..9b6bf15417 100755 --- a/ext/simplexml/tests/011.phpt +++ b/ext/simplexml/tests/011.phpt @@ -3,7 +3,6 @@ SimpleXML and echo/print --SKIPIF-- <?php if (!extension_loaded('simplexml')) print 'skip'; - if (!class_exists('RecursiveIteratorIterator')) print 'skip RecursiveIteratorIterator not available'; ?> --FILE-- <?php diff --git a/ext/simplexml/tests/012.phpt b/ext/simplexml/tests/012.phpt index 67e0bca346..cd8d85e9ec 100755 --- a/ext/simplexml/tests/012.phpt +++ b/ext/simplexml/tests/012.phpt @@ -3,7 +3,6 @@ SimpleXML and Attribute creation --SKIPIF-- <?php if (!extension_loaded('simplexml')) print 'skip'; - if (!class_exists('RecursiveIteratorIterator')) print 'skip RecursiveIteratorIterator not available'; ?> --FILE-- <?php diff --git a/ext/simplexml/tests/013.phpt b/ext/simplexml/tests/013.phpt index 85700956b6..fbd80b0c44 100755 --- a/ext/simplexml/tests/013.phpt +++ b/ext/simplexml/tests/013.phpt @@ -3,7 +3,6 @@ SimpleXML and Split text content --SKIPIF-- <?php if (!extension_loaded('simplexml')) print 'skip'; - if (!class_exists('RecursiveIteratorIterator')) print 'skip RecursiveIteratorIterator not available'; ?> --FILE-- <?php |
