From: Christopher Jones Date: Tue, 1 May 2012 21:32:09 +0000 (-0700) Subject: Fix masking in bug61115-1.phpt X-Git-Tag: php-5.3.14RC1~34^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c864b1ca2f7bfaee43795085df7ee5b739c9aa5f;p=php Fix masking in bug61115-1.phpt The test bug61115-1.phpt was diffing for non-debug builds --- diff --git a/ext/standard/tests/streams/bug61115-1.phpt b/ext/standard/tests/streams/bug61115-1.phpt index 573496edf0..89374e7353 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 %s (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