Searched refs:blocking_pipes (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | php_fopen_wrapper.c | 420 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 D | proc_open.c | 440 int blocking_pipes = 0; in PHP_FUNCTION() local 478 blocking_pipes = 1; in PHP_FUNCTION() 918 php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, blocking_pipes, NULL); in PHP_FUNCTION()
|
/PHP-7.3/ext/standard/tests/streams/ |
H A D | proc_open_bug69900.phpt | 26 …(PHP_BINARY.' -n -f ' . $fl, $descriptorspec, $pipes, NULL, NULL, array("blocking_pipes" => true));
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg.c | 1341 zval *blocking_pipes = php_stream_context_get_option(context, "pipe", "blocking"); in phpdbg_stream_url_wrap_php() local 1342 if (blocking_pipes) { in phpdbg_stream_url_wrap_php() 1343 convert_to_long(blocking_pipes); in phpdbg_stream_url_wrap_php() 1344 php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, Z_LVAL_P(blocking_pipes), NULL); in phpdbg_stream_url_wrap_php()
|
Completed in 15 milliseconds