Searched refs:cli_shell_callbacks (Results 1 – 1 of 1) sorted by relevance
110 static cli_shell_callbacks_t cli_shell_callbacks = { NULL, NULL, NULL }; variable113 return &cli_shell_callbacks; in php_cli_get_shell_callbacks()246 if (cli_shell_callbacks.cli_shell_write) { in sapi_cli_single_write()247 cli_shell_callbacks.cli_shell_write(str, str_length); in sapi_cli_single_write()274 if (cli_shell_callbacks.cli_shell_ub_write) { in sapi_cli_ub_write()276 ub_wrote = cli_shell_callbacks.cli_shell_ub_write(str, str_length); in sapi_cli_ub_write()663 if (!cli_shell_callbacks.cli_shell_run) { in do_cli()936 EG(exit_status) = cli_shell_callbacks.cli_shell_run(); in do_cli()
Completed in 7 milliseconds