Home
last modified time | relevance | path

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

/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c227 static void php_cli_server_logf(int type, const char *format, ...);
1106 php_cli_server_logf(PHP_CLI_SERVER_LOG_ERROR, "%s", errstr); in php_cli_server_content_sender_pull()
1212 static void php_cli_server_logf(int type, const char *format, ...) /* {{{ */ in php_cli_server_logf() function
1946 php_cli_server_logf(PHP_CLI_SERVER_LOG_MESSAGE, "%s Closing", client->addr_str); in php_cli_server_close_connection()
2463 php_cli_server_logf(PHP_CLI_SERVER_LOG_ERROR, "Failed to make server socket non-blocking"); in php_cli_server_ctor()
2539 php_cli_server_logf(PHP_CLI_SERVER_LOG_MESSAGE, in php_cli_server_recv_event_read_request()
2610 php_cli_server_logf(PHP_CLI_SERVER_LOG_ERROR, in php_cli_server_do_event_for_each_fd_callback()
2624 php_cli_server_logf(PHP_CLI_SERVER_LOG_ERROR, "Failed to create a new request object"); in php_cli_server_do_event_for_each_fd_callback()
2630 php_cli_server_logf(PHP_CLI_SERVER_LOG_MESSAGE, "%s Accepted", client->addr_str); in php_cli_server_do_event_for_each_fd_callback()
2677 php_cli_server_logf(PHP_CLI_SERVER_LOG_ERROR, "%s", errstr); in php_cli_server_do_event_loop()
[all …]

Completed in 10 milliseconds