Skip to content

Commit 50bdc48

Browse files
committed
fix test
1 parent d51c1e0 commit 50bdc48

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 (tried to allocate %d bytes) in %s on line %d

0 commit comments

Comments
 (0)