Home
last modified time | relevance | path

Searched refs:stream_bucket_make_writeable (Results 1 – 22 of 22) sorted by relevance

/php-src/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt10 while ($bucket = stream_bucket_make_writeable($in)) {
29 while ($bucket = stream_bucket_make_writeable($in)) {
H A Dbug78506.phpt9 stream_bucket_make_writeable($in);
H A Duser_streams_consumed_bug.phpt10 while ($bucket = stream_bucket_make_writeable($in)) {
H A Dbug79984.phpt21 while ($bucket = stream_bucket_make_writeable($in)) {
H A Dbug77069.phpt12 while ($bucket_in = stream_bucket_make_writeable($in)) {
/php-src/ext/standard/tests/filters/
H A Dbug73586.phpt8 while ($bucket = stream_bucket_make_writeable($in)) {
29 while ($bucket = stream_bucket_make_writeable($in)) {
H A Dbug46164-1.phpt7 while($bucket = stream_bucket_make_writeable($in)) {
H A Dbug46164-2.phpt7 while($bucket = stream_bucket_make_writeable($in)) {
H A Dbug54350.phpt8 while ($bucket = stream_bucket_make_writeable($in)) {
H A Dbug72941.phpt9 while ($bucket = stream_bucket_make_writeable($in)) {
H A Dbug35916.phpt12 while ($bucket=stream_bucket_make_writeable($in)) {
H A Dread.phpt10 while ($bucket = stream_bucket_make_writeable($in)) {
H A Dfilter_errors_user.phpt14 $bucket = stream_bucket_make_writeable($in);
20 while ($bucket = stream_bucket_make_writeable($in)) {
/php-src/ext/standard/tests/file/
H A Duserfilters.phpt8 while ($bucket = stream_bucket_make_writeable($in)) {
/php-src/ext/opcache/tests/
H A Dbug64353.phpt16 while ($bucket = stream_bucket_make_writeable($in)) {
H A Dbug74596.phpt38 while ($bucket = stream_bucket_make_writeable($in)) {
/php-src/Zend/tests/
H A Dbug21478.phpt7 while ($bucket = stream_bucket_make_writeable($in)) {
H A Dbug78406.phpt15 while ($bucket = stream_bucket_make_writeable($in))
/php-src/ext/standard/
H A Duser_filters.c341 PHP_FUNCTION(stream_bucket_make_writeable) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3747 function stream_bucket_make_writeable($brigade): ?StreamBucket {}
H A Dbasic_functions_arginfo.h2897 ZEND_FUNCTION(stream_bucket_make_writeable);
3546 ZEND_FE(stream_bucket_make_writeable, arginfo_stream_bucket_make_writeable)
/php-src/
H A DUPGRADING269 . stream_bucket_make_writeable() and stream_bucket_new() will now return a

Completed in 41 milliseconds