Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dnetwork.c211 if (error_string) { in php_network_getaddresses()
219 if (error_string) { in php_network_getaddresses()
248 if (error_string) { in php_network_getaddresses()
305 char **error_string, argument
325 if (error_string) {
381 if (error_string) {
486 if (error_string) {
710 char **error_string, argument
743 if (error_string) {
873 if (error_string && *error_string) {
[all …]
H A Dphp_network.h224 int socktype, int asynchronous, struct timeval *timeout, char **error_string,
233 char **error_string,
240 int socktype, char **error_string, int *error_code
248 char **error_string,
/PHP-5.3/Zend/tests/
H A Dbug38047.phpt14 function kalus_error_handler($error_code, $error_string, $filename, $line, $symbols) {
15 echo "$error_string\n";
/PHP-5.3/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.3/ext/zip/
H A Dphp_zip.c1586 char error_string[128]; in ZIPARCHIVE_METHOD() local
1596 len = zip_error_to_str(error_string, 128, zep, syp); in ZIPARCHIVE_METHOD()
1597 RETVAL_STRINGL(error_string, len, 1); in ZIPARCHIVE_METHOD()

Completed in 40 milliseconds