Home
last modified time | relevance | path

Searched refs:error_message (Results 1 – 13 of 13) sorted by relevance

/PHP-8.2/ext/dom/
H A Ddomexception.c48 char *error_message; in php_dom_throw_error() local
53 error_message = "Index Size Error"; in php_dom_throw_error()
56 error_message = "DOM String Size Error"; in php_dom_throw_error()
62 error_message = "Wrong Document Error"; in php_dom_throw_error()
74 error_message = "Not Found Error"; in php_dom_throw_error()
77 error_message = "Not Supported Error"; in php_dom_throw_error()
83 error_message = "Invalid State Error"; in php_dom_throw_error()
86 error_message = "Syntax Error"; in php_dom_throw_error()
92 error_message = "Namespace Error"; in php_dom_throw_error()
98 error_message = "Validation Error"; in php_dom_throw_error()
[all …]
H A Dphp_dom.h128 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error);
/PHP-8.2/win32/
H A Dsendmail.h35 PHPAPI int TSendMail(const char *host, int *error, char **error_message,
40 const char *headers, char *headers_lc, char **error_message);
H A Dsendmail.c54 if (response && error_message) { \
55 *error_message = ecalloc(1, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response)); \
56 …snprintf(*error_message, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response), SMTP_ERROR_RESPONSE_…
179 PHPAPI int TSendMail(const char *host, int *error, char **error_message, in TSendMail() argument
271 *error_message = ecalloc(1, HOST_NAME_LEN + 128); in TSendMail()
272 snprintf(*error_message, HOST_NAME_LEN + 128, in TSendMail()
278 …ta, headers ? ZSTR_VAL(headers_trim) : NULL, headers ? ZSTR_VAL(headers_lc) : NULL, error_message); in TSendMail()
387 const char *headers, char *headers_lc, char **error_message) in SendText() argument
/PHP-8.2/ext/intl/tests/
H A Dnormalizer_get_raw_decomposition.phpt30 $error_message = intl_get_error_message();
40 $result .= "error info: '$error_message' ($error_code)\n";
H A Dnormalizer_normalize_kc_cf.phpt64 $error_message = intl_get_error_message();
69 . "\terror info: '$error_message' ($error_code)\n"
74 $error_message = intl_get_error_message();
77 . "\terror info: '$error_message' ($error_code)\n"
H A Dnormalizer_normalize.phpt71 $error_message = intl_get_error_message();
76 . "\terror info: '$error_message' ($error_code)\n"
81 $error_message = intl_get_error_message();
84 . "\terror info: '$error_message' ($error_code)\n"
/PHP-8.2/ext/standard/tests/streams/
H A Dgh8409.phpt19 stream_socket_client('tcp://9999.9999.9999.9999:9999', $error_code, $error_message, 0.2, STREAM_CLI…
/PHP-8.2/ext/standard/
H A Dftp_fopen_wrapper.c420 zend_string *error_message = NULL; in php_stream_url_wrap_ftp() local
548 …ORT_ERRORS, STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, NULL, NULL, context, &error_message, NULL); in php_stream_url_wrap_ftp()
596 if (error_message) { in php_stream_url_wrap_ftp()
597 …_wrapper_log_error(wrapper, options, "Failed to set up data channel: %s", ZSTR_VAL(error_message)); in php_stream_url_wrap_ftp()
598 zend_string_release(error_message); in php_stream_url_wrap_ftp()
H A Dbasic_functions.stub.php3012 * @param string $error_message
3016 function fsockopen(string $hostname, int $port = -1, &$error_code = null, &$error_message = null, ?…
3020 * @param string $error_message
3023 function pfsockopen(string $hostname, int $port = -1, &$error_code = null, &$error_message = null, …
3431 * @param string $error_message
3436 function stream_socket_client(string $address, &$error_code = null, &$error_message = null, ?float …
3440 * @param string $error_message
3445 function stream_socket_server(string $address, &$error_code = null, &$error_message = null, int $fl…
H A Dbasic_functions_arginfo.h1496 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, error_message, "null")
1882 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, error_message, "null")
1891 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, error_message, "null")
/PHP-8.2/ext/ldap/
H A Dldap.stub.php749 * @param string $error_message
753 …tion $ldap, LDAP\Result $result, &$error_code, &$matched_dn = null, &$error_message = null, &$refe…
H A Dldap_arginfo.h273 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, error_message, "null")

Completed in 55 milliseconds