Searched defs:error_message (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/dom/ |
H A D | domexception.c | 35 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error) /* {{{… in php_dom_throw_error_with_message() 48 char *error_message; in php_dom_throw_error() local
|
/PHP-8.0/win32/ |
H A D | sendmail.c | 179 PHPAPI int TSendMail(const char *host, int *error, char **error_message, in TSendMail() 387 const char *headers, char *headers_lc, char **error_message) in SendText()
|
/PHP-8.0/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 422 zend_string *error_message = NULL; in php_stream_url_wrap_ftp() local
|
H A D | basic_functions.stub.php | 962 function fsockopen(string $hostname, int $port = -1, &$error_code = null, &$error_message = null, ?… 969 function pfsockopen(string $hostname, int $port = -1, &$error_code = null, &$error_message = null, … 1242 function stream_socket_client(string $address, &$error_code = null, &$error_message = null, ?float … 1250 function stream_socket_server(string $address, &$error_code = null, &$error_message = null, int $fl…
|
/PHP-8.0/ext/ldap/ |
H A D | ldap.stub.php | 252 function ldap_parse_result($ldap, $result, &$error_code, &$matched_dn = null, &$error_message = nul…
|
/PHP-8.0/ext/opcache/ |
H A D | ZendAccelerator.h | 116 zend_string *error_message; member
|
Completed in 39 milliseconds