php_cli_server_client_send_through  320 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  614 sapi/cli/php_cli_server.c 	return php_cli_server_client_send_through(client, str, str_length);
php_cli_server_client_send_through  673 sapi/cli/php_cli_server.c 	php_cli_server_client_send_through(client, buffer.c, buffer.len);