Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dnetwork.c199 if (error_string) { in php_network_getaddresses()
201 if (*error_string) { in php_network_getaddresses()
211 if (error_string) { in php_network_getaddresses()
213 if (*error_string) { in php_network_getaddresses()
248 if (error_string) { in php_network_getaddresses()
250 if (*error_string) { in php_network_getaddresses()
325 if (error_string) {
381 if (error_string) {
499 if (error_string) {
763 if (error_string) {
[all …]
H A Dphp_network.h258 …k_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_string **error_string);
262 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
271 zend_string **error_string,
278 int socktype, long sockopts, zend_string **error_string, int *error_code
286 zend_string **error_string,
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt11 while (($error_string = openssl_error_string()) !== false) {
12 if (preg_match(",.+:([0-9A-F]+):.+,", $error_string, $m) > 0) {
17 $all_errors[$error_code] = $error_string;
19 $all_errors[] = $error_string;
46 while (($error_string = openssl_error_string()) !== false) {
47 var_dump($error_string);
/PHP-8.0/main/streams/
H A Dtransports.c56 zend_string **error_string, in _php_stream_xport_create() argument
118 …ERR_REPORT(error_string, "Unable to find the socket transport \"%s\" - did you forget to enable it… in _php_stream_xport_create()
147 ERR_RETURN(error_string, error_text, "connect() failed: %s"); in _php_stream_xport_create()
157 ERR_RETURN(error_string, error_text, "bind() failed: %s"); in _php_stream_xport_create()
168 ERR_RETURN(error_string, error_text, "listen() failed: %s"); in _php_stream_xport_create()
H A Dphp_stream_transport.h50 zend_string **error_string,
/PHP-8.0/ext/zip/
H A Dphp_zip.c1605 char error_string[128]; local
1618 len = zip_error_to_str(error_string, 128, zep, syp);
1620 len = zip_error_to_str(error_string, 128, ze_obj->err_zip, ze_obj->err_sys);
1622 RETVAL_STRINGL(error_string, len);

Completed in 25 milliseconds