pierrick                                 Fri, 16 Sep 2011 18:29:22 +0000

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

Log:
Fixed test bug #55713 (Christopher Jones)

Bug: https://bugs.php.net/55713 (Open) Test masks patch for bug55509.phpt
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/Zend/tests/bug55509.phpt
    U   php/php-src/branches/PHP_5_4/Zend/tests/bug55509.phpt
    U   php/php-src/trunk/Zend/tests/bug55509.phpt

Modified: php/php-src/branches/PHP_5_3/Zend/tests/bug55509.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/tests/bug55509.phpt       2011-09-16 
17:51:17 UTC (rev 316861)
+++ php/php-src/branches/PHP_5_3/Zend/tests/bug55509.phpt       2011-09-16 
18:29:22 UTC (rev 316862)
@@ -30,4 +30,4 @@
 4
 5

-Fatal error: Allowed memory size of %d bytes exhausted (tried to allocate %d 
bytes) in %s/bug55509.php on line %d
+Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d 
bytes) in %sbug55509.php on line %d

Modified: php/php-src/branches/PHP_5_4/Zend/tests/bug55509.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/Zend/tests/bug55509.phpt       2011-09-16 
17:51:17 UTC (rev 316861)
+++ php/php-src/branches/PHP_5_4/Zend/tests/bug55509.phpt       2011-09-16 
18:29:22 UTC (rev 316862)
@@ -30,4 +30,4 @@
 4
 5

-Fatal error: Allowed memory size of %d bytes exhausted (tried to allocate %d 
bytes) in %s/bug55509.php on line %d
+Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d 
bytes) in %sbug55509.php on line %d

Modified: php/php-src/trunk/Zend/tests/bug55509.phpt
===================================================================
--- php/php-src/trunk/Zend/tests/bug55509.phpt  2011-09-16 17:51:17 UTC (rev 
316861)
+++ php/php-src/trunk/Zend/tests/bug55509.phpt  2011-09-16 18:29:22 UTC (rev 
316862)
@@ -30,4 +30,4 @@
 4
 5

-Fatal error: Allowed memory size of %d bytes exhausted (tried to allocate %d 
bytes) in %s/bug55509.php on line %d
+Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d 
bytes) in %sbug55509.php on line %d

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

Reply via email to