Home
last modified time | relevance | path

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

/php-src/main/
H A Dnetwork.c200 if (error_string) { in php_network_getaddresses()
202 if (*error_string) { in php_network_getaddresses()
215 if (error_string) { in php_network_getaddresses()
217 if (*error_string) { in php_network_getaddresses()
252 if (error_string) { in php_network_getaddresses()
254 if (*error_string) { in php_network_getaddresses()
329 if (error_string) {
385 if (error_string) {
498 if (error_string) {
760 if (error_string) {
[all …]
H A Dphp_network.h263 …k_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_string **error_string);
267 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
276 zend_string **error_string,
283 int socktype, long sockopts, zend_string **error_string, int *error_code
291 zend_string **error_string,
/php-src/ext/openssl/tests/
H A Dopenssl_error_string_basic_openssl3.phpt15 while (($error_string = openssl_error_string()) !== false) {
16 if (preg_match(",.+:([0-9A-F]+):.+,", $error_string, $m) > 0) {
21 $all_errors[$error_code] = $error_string;
23 $all_errors[] = $error_string;
50 while (($error_string = openssl_error_string()) !== false) {
51 var_dump($error_string);
H A Dopenssl_error_string_basic.phpt15 while (($error_string = openssl_error_string()) !== false) {
16 if (preg_match(",.+:([0-9A-F]+):.+,", $error_string, $m) > 0) {
21 $all_errors[$error_code] = $error_string;
23 $all_errors[] = $error_string;
50 while (($error_string = openssl_error_string()) !== false) {
51 var_dump($error_string);
/php-src/main/streams/
H A Dtransports.c56 zend_string **error_string, in _php_stream_xport_create() argument
119 …ERR_REPORT(error_string, "Unable to find the socket transport \"%s\" - did you forget to enable it… in _php_stream_xport_create()
149 ERR_RETURN(error_string, error_text, "connect() failed: %s"); in _php_stream_xport_create()
159 ERR_RETURN(error_string, error_text, "bind() failed: %s"); in _php_stream_xport_create()
170 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-src/ext/zip/
H A Dphp_zip.c1651 char error_string[128]; local
1664 len = zip_error_to_str(error_string, 128, zep, syp);
1666 len = zip_error_to_str(error_string, 128, ze_obj->err_zip, ze_obj->err_sys);
1668 RETVAL_STRINGL(error_string, len);

Completed in 26 milliseconds