Home
last modified time | relevance | path

Searched refs:sc_err (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/sapi/cli/
H A Dphp_cli.c548 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in cli_register_file_handles() local
553 s_err = php_stream_open_wrapper_ex("php://stderr", "wb", 0, NULL, sc_err); in cli_register_file_handles()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c994 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in phpdbg_register_file_handles() local
999 s_err = php_stream_open_wrapper_ex("php://stderr", "wb", 0, NULL, sc_err); in phpdbg_register_file_handles()

Completed in 15 milliseconds