Searched refs:stream_bucket_new (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/standard/tests/file/ |
H A D | bug39551.phpt | 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+'), '');
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | stream_multi_filters_close.phpt | 11 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 D | bug77069.phpt | 21 $bucket_out = stream_bucket_new($this->stream, $data); 30 $bucket_out = stream_bucket_new($this->stream, $data);
|
/PHP-8.0/ext/standard/tests/filters/ |
H A D | bug73586.phpt | 13 $bucket = stream_bucket_new($this->stream, "FooBar\n"); 34 $bucket = stream_bucket_new($this->stream, "FooBar\n");
|
H A D | read.phpt | 17 $bucket = stream_bucket_new($this->stream, "\n===close===\n");
|
H A D | filter_errors_user.phpt | 30 $bucket = stream_bucket_new($this->stream, "42"); 39 $bucket = stream_bucket_new($this->stream, "42");
|
/PHP-8.0/Zend/tests/ |
H A D | bug78406.phpt | 26 $bucket = stream_bucket_new($this->stream, $this->data);
|
/PHP-8.0/ext/standard/ |
H A D | user_filters.c | 492 PHP_FUNCTION(stream_bucket_new) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 1451 function stream_bucket_new($stream, string $buffer): object {} function
|
H A D | basic_functions_arginfo.h | 2803 ZEND_FUNCTION(stream_bucket_new); 3455 ZEND_FE(stream_bucket_new, arginfo_stream_bucket_new)
|
Completed in 36 milliseconds