Skip to content

Commit c0f806a

Browse files
author
Shein Alexey
committed
Merge branch 'fix-debug-build-bug61115-1.phpt' into PHP-5.3
* fix-debug-build-bug61115-1.phpt: Fixed bug61115-1.phpt for debug build version.
2 parents 8449e0c + e1352b0 commit c0f806a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/streams/bug61115-1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ stream_context_get_options($fileResourceTemp);
88
ftruncate($fileResourceTemp, PHP_INT_MAX);
99
?>
1010
--EXPECTF--
11-
Fatal error: Allowed memory size of %d bytes exhausted at %s:%d (tried to allocate %d bytes) in %s on line %d
11+
Fatal error: Allowed memory size of %d bytes exhausted %s (tried to allocate %d bytes) in %s on line %d

0 commit comments

Comments
 (0)