From e1352b04165142c945d1fc98c0bcd0b85c3f659d Mon Sep 17 00:00:00 2001 From: Shein Alexey Date: Thu, 29 Mar 2012 16:51:45 +0500 Subject: [PATCH] Fixed bug61115-1.phpt for debug build version. --- ext/standard/tests/streams/bug61115-1.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/tests/streams/bug61115-1.phpt b/ext/standard/tests/streams/bug61115-1.phpt index 43c54b4974..573496edf0 100644 --- a/ext/standard/tests/streams/bug61115-1.phpt +++ b/ext/standard/tests/streams/bug61115-1.phpt @@ -8,4 +8,4 @@ stream_context_get_options($fileResourceTemp); ftruncate($fileResourceTemp, PHP_INT_MAX); ?> --EXPECTF-- -Fatal error: Allowed memory size of %d bytes exhausted at %s:%d (tried to allocate %d bytes) in %s on line %d +Fatal error: Allowed memory size of %d bytes exhausted %s (tried to allocate %d bytes) in %s on line %d -- 2.49.0