Home
last modified time | relevance | path

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

/PHP-7.0/sapi/cli/
H A Dphp_cli.c270 size_t shell_wrote; in sapi_cli_single_write() local
271 shell_wrote = cli_shell_callbacks.cli_shell_write(str, str_length); in sapi_cli_single_write()
272 if (shell_wrote > -1) { in sapi_cli_single_write()
273 return shell_wrote; in sapi_cli_single_write()

Completed in 10 milliseconds