summaryrefslogtreecommitdiff
path: root/ext/standard/tests/streams/bug61115-1.phpt
blob: 89374e735377282ec70e6e2103e37da484e90d3d (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Bug #61115: Stream related segfault on fatal error in php_stream_context_del_link - variation 1
--FILE--
<?php

$fileResourceTemp = fopen('php://temp', 'wr');
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