Searched refs:error_string (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/main/ |
H A D | network.c | 204 if (error_string) { in php_network_getaddresses() 212 if (error_string) { in php_network_getaddresses() 245 if (error_string) { in php_network_getaddresses() 302 zend_string **error_string, argument 322 if (error_string) { 378 if (error_string) { 502 if (error_string) { 725 zend_string **error_string, argument 764 if (error_string) { 897 if (error_string && *error_string) { [all …]
|
H A D | php_network.h | 245 …k_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_string **error_string); 249 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string, 258 zend_string **error_string, 265 int socktype, long sockopts, zend_string **error_string, int *error_code 273 zend_string **error_string,
|
/PHP-7.2/ext/openssl/tests/ |
H A D | openssl_error_string_basic.phpt | 11 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-7.2/Zend/tests/ |
H A D | bug38047.phpt | 14 function kalus_error_handler($error_code, $error_string, $filename, $line, $symbols) { 15 echo "$error_string\n";
|
/PHP-7.2/main/streams/ |
H A D | transports.c | 56 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() 148 ERR_RETURN(error_string, error_text, "connect() failed: %s"); in _php_stream_xport_create() 158 ERR_RETURN(error_string, error_text, "bind() failed: %s"); in _php_stream_xport_create() 175 ERR_RETURN(error_string, error_text, "listen() failed: %s"); in _php_stream_xport_create()
|
H A D | php_stream_transport.h | 53 zend_string **error_string,
|
/PHP-7.2/ext/zip/ |
H A D | php_zip.c | 1588 char error_string[128]; in ZIPARCHIVE_METHOD() local 1602 len = zip_error_to_str(error_string, 128, zep, syp); in ZIPARCHIVE_METHOD() 1603 RETVAL_STRINGL(error_string, len); in ZIPARCHIVE_METHOD()
|
Completed in 23 milliseconds