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

View File

@ -3,7 +3,6 @@ SimpleXML and echo/print
--SKIPIF-- --SKIPIF--
<?php <?php
if (!extension_loaded('simplexml')) print 'skip'; if (!extension_loaded('simplexml')) print 'skip';
if (!class_exists('RecursiveIteratorIterator')) print 'skip RecursiveIteratorIterator not available';
?> ?>
--FILE-- --FILE--
<?php <?php

View File

@ -3,7 +3,6 @@ SimpleXML and Attribute creation
--SKIPIF-- --SKIPIF--
<?php <?php
if (!extension_loaded('simplexml')) print 'skip'; if (!extension_loaded('simplexml')) print 'skip';
if (!class_exists('RecursiveIteratorIterator')) print 'skip RecursiveIteratorIterator not available';
?> ?>
--FILE-- --FILE--
<?php <?php

View File

@ -3,7 +3,6 @@ SimpleXML and Split text content
--SKIPIF-- --SKIPIF--
<?php <?php
if (!extension_loaded('simplexml')) print 'skip'; if (!extension_loaded('simplexml')) print 'skip';
if (!class_exists('RecursiveIteratorIterator')) print 'skip RecursiveIteratorIterator not available';
?> ?>
--FILE-- --FILE--
<?php <?php