Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Ddomexception.c46 const char *error_message; in php_dom_throw_error() local
51 error_message = "Index Size Error"; in php_dom_throw_error()
54 error_message = "DOM String Size Error"; in php_dom_throw_error()
60 error_message = "Wrong Document Error"; in php_dom_throw_error()
72 error_message = "Not Found Error"; in php_dom_throw_error()
75 error_message = "Not Supported Error"; in php_dom_throw_error()
81 error_message = "Invalid State Error"; in php_dom_throw_error()
84 error_message = "Syntax Error"; in php_dom_throw_error()
90 error_message = "Namespace Error"; in php_dom_throw_error()
96 error_message = "Validation Error"; in php_dom_throw_error()
[all …]
H A Ddomexception.h50 void php_dom_throw_error_with_message(dom_exception_code error_code, const char *error_message, boo…
/php-src/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.c53 if (response && error_message) { \
54 *error_message = ecalloc(1, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response)); \
55 …snprintf(*error_message, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response), SMTP_ERROR_RESPONSE_…
178 PHPAPI int TSendMail(const char *host, int *error, char **error_message, in TSendMail() argument
270 *error_message = ecalloc(1, HOST_NAME_LEN + 128); in TSendMail()
271 snprintf(*error_message, HOST_NAME_LEN + 128, in TSendMail()
277 …ta, headers ? ZSTR_VAL(headers_trim) : NULL, headers ? ZSTR_VAL(headers_lc) : NULL, error_message); in TSendMail()
386 const char *headers, char *headers_lc, char **error_message) in SendText() argument
/php-src/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-src/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-src/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.php2998 * @param string $error_message
3002 function fsockopen(string $hostname, int $port = -1, &$error_code = null, &$error_message = null, ?…
3006 * @param string $error_message
3009 function pfsockopen(string $hostname, int $port = -1, &$error_code = null, &$error_message = null, …
3437 * @param string $error_message
3442 function stream_socket_client(string $address, &$error_code = null, &$error_message = null, ?float …
3446 * @param string $error_message
3451 function stream_socket_server(string $address, &$error_code = null, &$error_message = null, int $fl…
H A Dbasic_functions_arginfo.h1490 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, error_message, "null")
1868 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, error_message, "null")
1877 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, error_message, "null")
/php-src/ext/ldap/
H A Dldap.stub.php763 * @param string $error_message
767 …tion $ldap, LDAP\Result $result, &$error_code, &$matched_dn = null, &$error_message = null, &$refe…
H A Dldap_arginfo.h261 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, error_message, "null")

Completed in 55 milliseconds