Home
last modified time | relevance | path

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

/PHP-8.0/sapi/cli/
H A Dphp_cli.c535 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in cli_register_file_handles() local
540 s_err = php_stream_open_wrapper_ex("php://stderr", "wb", 0, NULL, sc_err); in cli_register_file_handles()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c943 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in phpdbg_register_file_handles() local
948 s_err = php_stream_open_wrapper_ex("php://stderr", "wb", 0, NULL, sc_err); in phpdbg_register_file_handles()

Completed in 12 milliseconds