From 63293044f9549b51c37d06c1b354cebe1c22061f Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Fri, 16 Sep 2011 18:29:22 +0000 Subject: [PATCH] Fixed test bug #55713 (Christopher Jones) --- Zend/tests/bug55509.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/tests/bug55509.phpt b/Zend/tests/bug55509.phpt index 86e5a08764..5fafc61af4 100644 --- a/Zend/tests/bug55509.phpt +++ b/Zend/tests/bug55509.phpt @@ -30,4 +30,4 @@ echo "6\n"; 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 -- 2.50.1