eyalt                                    Thu, 09 Dec 2010 12:39:21 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=306121

Log:
test bug42364 included a superfluous ?>

Bug: http://bugs.php.net/42364 (Closed) Crash when using getRealPath with 
DirectoryIterator
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/spl/tests/bug42364.phpt
    U   php/php-src/trunk/ext/spl/tests/bug42364.phpt

Modified: php/php-src/branches/PHP_5_3/ext/spl/tests/bug42364.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/spl/tests/bug42364.phpt    2010-12-09 
12:04:18 UTC (rev 306120)
+++ php/php-src/branches/PHP_5_3/ext/spl/tests/bug42364.phpt    2010-12-09 
12:39:21 UTC (rev 306121)
@@ -19,7 +19,6 @@
 }
 ?>
 ===DONE===
-?>
 --EXPECTF--
 Found %i entries!
 ===DONE===

Modified: php/php-src/trunk/ext/spl/tests/bug42364.phpt
===================================================================
--- php/php-src/trunk/ext/spl/tests/bug42364.phpt       2010-12-09 12:04:18 UTC 
(rev 306120)
+++ php/php-src/trunk/ext/spl/tests/bug42364.phpt       2010-12-09 12:39:21 UTC 
(rev 306121)
@@ -19,7 +19,6 @@
 }
 ?>
 ===DONE===
-?>
 --EXPECTF--
 Found %i entries!
 ===DONE===

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

Reply via email to