Searched refs:php_cli_server_request_error_unexpected_eof (Results 1 – 1 of 1) sorted by relevance
222 static const char php_cli_server_request_error_unexpected_eof[] = "Unexpected EOF"; variable1811 *errstr = estrdup(php_cli_server_request_error_unexpected_eof); in php_cli_server_client_read_request()2538 …if (strcmp(errstr, php_cli_server_request_error_unexpected_eof) == 0 && client->parser.state == s_… in php_cli_server_recv_event_read_request()
Completed in 10 milliseconds