Searched refs:stream_bucket_new (Results 1 – 6 of 6) sorted by relevance
2 Bug #39551 (Segfault with stream_bucket_new in user filter)6 $bucket = stream_bucket_new(fopen('php://temp', 'w+'), '');11 $bucket = stream_bucket_new(fopen('php://temp', 'w+'), '');
17 $bucket = stream_bucket_new($this->stream, "\n===close===\n");
30 $bucket = stream_bucket_new($this->stream, "42");39 $bucket = stream_bucket_new($this->stream, "42");
140 PHP_FUNCTION(stream_bucket_new);
509 PHP_FUNCTION(stream_bucket_new) in PHP_FUNCTION() argument
3367 PHP_FE(stream_bucket_new, arginfo_stream_bucket_new)
Completed in 33 milliseconds