jani            Thu Sep 20 14:28:12 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/spl/tests      bug42259.phpt 
  Log:
  MFH
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/bug42259.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/spl/tests/bug42259.phpt
diff -u php-src/ext/spl/tests/bug42259.phpt:1.1.2.2 
php-src/ext/spl/tests/bug42259.phpt:1.1.2.3
--- php-src/ext/spl/tests/bug42259.phpt:1.1.2.2 Tue Aug 14 12:10:46 2007
+++ php-src/ext/spl/tests/bug42259.phpt Thu Sep 20 14:28:12 2007
@@ -1,10 +1,12 @@
 --TEST--
 Bug #42259 (SimpleXMLIterator loses ancestry)
 --SKIPIF--
+<?php
 if (!extension_loaded("spl")) print "skip";
 if (!extension_loaded('simplexml')) print 'skip';
 if (!extension_loaded("libxml")) print "skip LibXML not present";
 if (!class_exists('RecursiveIteratorIterator')) print 'skip 
RecursiveIteratorIterator not available';
+?>
 --FILE--
 <?php
 $xml =<<<EOF

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to