From 50bdc486855f450e733bc529ac0ce4f5f52ce405 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 25 Mar 2012 13:53:49 -0700 Subject: [PATCH] fix test --- 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..cfed64f039 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 (tried to allocate %d bytes) in %s on line %d -- 2.40.0