Home
last modified time | relevance | path

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

/PHP-8.3/sapi/cli/
H A Dphp_cli.c532 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in cli_register_file_handles() local
536 s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out); in cli_register_file_handles()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c889 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in phpdbg_register_file_handles() local
893 s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out); in phpdbg_register_file_handles()

Completed in 13 milliseconds