Searched defs:errstr (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | fsock.c | 47 zend_string *errstr = NULL; in php_fsockopen_stream() local
|
H A D | streamsfuncs.c | 111 zend_string *errstr = NULL; in PHP_FUNCTION() local 200 zend_string *errstr = NULL; in PHP_FUNCTION() local 266 zend_string *errstr = NULL; in PHP_FUNCTION() local
|
H A D | http_fopen_wrapper.c | 136 zend_string *errstr = NULL; in php_stream_url_wrap_http_ex() local
|
/PHP-8.0/sapi/cli/ |
H A D | php_cli_server.c | 1090 char *errstr = get_last_error(); in php_cli_server_content_sender_pull() local 1219 …t char *host, int *port, int socktype, int *af, socklen_t *socklen, zend_string **errstr) /* {{{ */ in php_network_listen_socket() 1760 static int php_cli_server_client_read_request(php_cli_server_client *client, char **errstr) in php_cli_server_client_read_request() 1943 char *errstr = get_last_error(); in php_cli_server_send_error_page() local 2421 zend_string *errstr = NULL; in php_cli_server_ctor() local 2519 char *errstr = NULL; in php_cli_server_recv_event_read_request() local 2594 char *errstr = php_socket_strerror(php_socket_errno(), NULL, 0); in php_cli_server_do_event_for_each_fd_callback() local 2661 char *errstr = php_socket_strerror(err, NULL, 0); in php_cli_server_do_event_loop() local
|
/PHP-8.0/main/ |
H A D | network.c | 521 zend_string *errstr = NULL; local 1025 char *errstr; local 1059 char *errstr; local
|
/PHP-8.0/ext/bz2/ |
H A D | bz2.c | 570 const char *errstr; /* Error string */ in php_bz2_error() local
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 160 zend_string *errstr = NULL; in MYSQLND_METHOD() local
|
/PHP-8.0/ext/intl/converter/ |
H A D | converter.c | 512 char *errstr = NULL; in php_converter_resolve_callback() local
|
Completed in 28 milliseconds