Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c420 zval *blocking_pipes = php_stream_context_get_option(context, "pipe", "blocking"); in php_stream_url_wrap_php() local
421 if (blocking_pipes) { in php_stream_url_wrap_php()
422 …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.c505 int blocking_pipes = 0; in PHP_FUNCTION() local
592 blocking_pipes = 1; in PHP_FUNCTION()
1143 php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, blocking_pipes, NULL); in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt26 …(PHP_BINARY.' -n -f ' . $fl, $descriptorspec, $pipes, NULL, NULL, array("blocking_pipes" => true));
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1345 zval *blocking_pipes = php_stream_context_get_option(context, "pipe", "blocking"); in phpdbg_stream_url_wrap_php() local
1346 if (blocking_pipes) { in phpdbg_stream_url_wrap_php()
1347 convert_to_long(blocking_pipes); in phpdbg_stream_url_wrap_php()
1348 php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, Z_LVAL_P(blocking_pipes), NULL); in phpdbg_stream_url_wrap_php()

Completed in 17 milliseconds