Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dnetwork.c216 if (error_string) { in php_network_getaddresses()
224 if (error_string) { in php_network_getaddresses()
257 if (error_string) { in php_network_getaddresses()
314 zend_string **error_string, argument
334 if (error_string) {
390 if (error_string) {
509 if (error_string) {
730 zend_string **error_string, argument
763 if (error_string) {
894 if (error_string && *error_string) {
[all …]
H A Dphp_network.h243 …k_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_string **error_string);
247 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
256 zend_string **error_string,
263 int socktype, long sockopts, zend_string **error_string, int *error_code
271 zend_string **error_string,
/PHP-7.0/Zend/tests/
H A Dbug38047.phpt14 function kalus_error_handler($error_code, $error_string, $filename, $line, $symbols) {
15 echo "$error_string\n";
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt10 while (($error_string = openssl_error_string()) !== false) {
11 if (strlen($error_string) > 14) {
12 $error_code = substr($error_string, 6, 8);
35 while (($error_string = openssl_error_string()) !== false) {
36 var_dump($error_string);
/PHP-7.0/main/streams/
H A Dtransports.c56 zend_string **error_string, in _php_stream_xport_create() argument
117 …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()
174 ERR_RETURN(error_string, error_text, "listen() failed: %s"); in _php_stream_xport_create()
H A Dphp_stream_transport.h53 zend_string **error_string,
/PHP-7.0/ext/zip/
H A Dphp_zip.c1545 char error_string[128]; in ZIPARCHIVE_METHOD() local
1559 len = zip_error_to_str(error_string, 128, zep, syp); in ZIPARCHIVE_METHOD()
1560 RETVAL_STRINGL(error_string, len); in ZIPARCHIVE_METHOD()

Completed in 43 milliseconds