Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dnetwork.c214 if (error_string) { in php_network_getaddresses()
222 if (error_string) { in php_network_getaddresses()
256 if (error_string) { in php_network_getaddresses()
313 char **error_string, argument
333 if (error_string) {
389 if (error_string) {
494 if (error_string) {
718 char **error_string, argument
751 if (error_string) {
881 if (error_string && *error_string) {
[all …]
H A Dphp_network.h227 …etaddresses(const char *host, int socktype, struct sockaddr ***sal, char **error_string TSRMLS_DC);
231 int socktype, int asynchronous, struct timeval *timeout, char **error_string,
240 char **error_string,
247 int socktype, char **error_string, int *error_code
255 char **error_string,
/PHP-5.5/Zend/tests/
H A Dbug38047.phpt14 function kalus_error_handler($error_code, $error_string, $filename, $line, $symbols) {
15 echo "$error_string\n";
/PHP-5.5/main/streams/
H A Dtransports.c56 char **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 char **error_string,
/PHP-5.5/ext/zip/
H A Dphp_zip.c1590 char error_string[128]; in ZIPARCHIVE_METHOD() local
1600 len = zip_error_to_str(error_string, 128, zep, syp); in ZIPARCHIVE_METHOD()
1601 RETVAL_STRINGL(error_string, len, 1); in ZIPARCHIVE_METHOD()

Completed in 21 milliseconds