2 Bug #61115: Stream related segfault on fatal error in php_stream_context_del_link.
6 $arrayLarge = array_fill(0, 113663, '*');
8 $resourceFileTemp = fopen('php://temp', 'r+');
9 stream_context_set_params($resourceFileTemp, array());
11 preg_replace('', function() {}, $resourceFileTemp);
13 echo $e->getMessage(), "\n";
17 Object of class Closure could not be converted to string