Home
last modified time | relevance | path

Searched refs:blocking_pipes (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/standard/
H A Dphp_fopen_wrapper.c418 zval *blocking_pipes = php_stream_context_get_option(context, "pipe", "blocking"); in php_stream_url_wrap_php() local
419 if (blocking_pipes) { in php_stream_url_wrap_php()
420 …php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, zval_get_long(blocking_pipes), NULL… in php_stream_url_wrap_php()
H A Dproc_open.c1170 bool blocking_pipes = 0; in PHP_FUNCTION() local
1222 blocking_pipes = get_option(other_options, "blocking_pipes", strlen("blocking_pipes")); in PHP_FUNCTION()
1460 php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, blocking_pipes, NULL); in PHP_FUNCTION()
/PHP-8.3/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt28 … -f ' . escapeshellarg($fl), $descriptorspec, $pipes, NULL, NULL, array("blocking_pipes" => true));
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c1108 zval *blocking_pipes = php_stream_context_get_option(context, "pipe", "blocking"); in phpdbg_stream_url_wrap_php() local
1109 if (blocking_pipes) { in phpdbg_stream_url_wrap_php()
1110 convert_to_long(blocking_pipes); in phpdbg_stream_url_wrap_php()
1111 php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, Z_LVAL_P(blocking_pipes), NULL); in phpdbg_stream_url_wrap_php()

Completed in 25 milliseconds