Skip to content

Commit b4d078f

Browse files
committed
Merge branch 'PHP-5.4'
* PHP-5.4: fix test
2 parents d780b4e + 50bdc48 commit b4d078f

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)