Home
last modified time | relevance | path

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

/PHP-7.0/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.c453 int blocking_pipes = 0; in PHP_FUNCTION() local
487 blocking_pipes = 1; in PHP_FUNCTION()
931 php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, blocking_pipes, NULL); in PHP_FUNCTION()
/PHP-7.0/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.0/sapi/phpdbg/
H A Dphpdbg.c1325 zval *blocking_pipes = php_stream_context_get_option(context, "pipe", "blocking"); in phpdbg_stream_url_wrap_php() local
1326 if (blocking_pipes) { in phpdbg_stream_url_wrap_php()
1327 convert_to_long(blocking_pipes); in phpdbg_stream_url_wrap_php()
1328 php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, Z_LVAL_P(blocking_pipes), NULL); in phpdbg_stream_url_wrap_php()
/PHP-7.0/
H A DUPGRADING635 . New Windows only configuration option "blocking_pipes" can be used to

Completed in 25 milliseconds