php_cli_server_client_send_through 325 sapi/cli/php_cli_server.c static size_t php_cli_server_client_send_through(php_cli_server_client *client, const char *str, size_t str_len); php_cli_server_client_send_through 619 sapi/cli/php_cli_server.c return php_cli_server_client_send_through(client, str, str_length); php_cli_server_client_send_through 677 sapi/cli/php_cli_server.c php_cli_server_client_send_through(client, buffer.c, buffer.len);