Home
last modified time | relevance | path

Searched refs:stream_bucket_new (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/standard/tests/file/
H A Dbug39551.phpt2 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+'), '');
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt11 stream_bucket_append($out, stream_bucket_new($this->stream, $bucket->data));
30 stream_bucket_append($out, stream_bucket_new($this->stream, $bucket->data));
H A Dbug77069.phpt21 $bucket_out = stream_bucket_new($this->stream, $data);
30 $bucket_out = stream_bucket_new($this->stream, $data);
/PHP-7.4/ext/standard/tests/filters/
H A Dbug73586.phpt13 $bucket = stream_bucket_new($this->stream, "FooBar\n");
34 $bucket = stream_bucket_new($this->stream, "FooBar\n");
H A Dread.phpt17 $bucket = stream_bucket_new($this->stream, "\n===close===\n");
H A Dfilter_errors_user.phpt30 $bucket = stream_bucket_new($this->stream, "42");
39 $bucket = stream_bucket_new($this->stream, "42");
/PHP-7.4/Zend/tests/
H A Dbug78406.phpt26 $bucket = stream_bucket_new($this->stream, $this->data);
/PHP-7.4/ext/standard/
H A Dbasic_functions.h151 PHP_FUNCTION(stream_bucket_new);
H A Duser_filters.c502 PHP_FUNCTION(stream_bucket_new) in PHP_FUNCTION() argument
H A Dbasic_functions.c3426 PHP_FE(stream_bucket_new, arginfo_stream_bucket_new)

Completed in 26 milliseconds