Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dphp_fopen_wrapper.c423 zval *blocking_pipes = php_stream_context_get_option(context, "pipe", "blocking"); in php_stream_url_wrap_php() local
424 if (blocking_pipes) { in php_stream_url_wrap_php()
425 convert_to_long(blocking_pipes); in php_stream_url_wrap_php()
426 php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, Z_LVAL_P(blocking_pipes), NULL); in php_stream_url_wrap_php()
H A Dproc_open.c454 int blocking_pipes = 0; in PHP_FUNCTION() local
488 blocking_pipes = 1; in PHP_FUNCTION()
976 php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, blocking_pipes, NULL); in PHP_FUNCTION()
/PHP-7.1/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.1/sapi/phpdbg/
H A Dphpdbg.c1354 zval *blocking_pipes = php_stream_context_get_option(context, "pipe", "blocking"); in phpdbg_stream_url_wrap_php() local
1355 if (blocking_pipes) { in phpdbg_stream_url_wrap_php()
1356 convert_to_long(blocking_pipes); in phpdbg_stream_url_wrap_php()
1357 php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, Z_LVAL_P(blocking_pipes), NULL); in phpdbg_stream_url_wrap_php()

Completed in 36 milliseconds