1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

Not needed here (copy'n'paste)

This commit is contained in:
Marcus Boerger
2003-12-16 21:02:54 +00:00
parent bb8b077ce7
commit 9e29f2dfcf
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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