Home
last modified time | relevance | path

Searched refs:message (Results 226 – 250 of 470) sorted by relevance

12345678910>>...19

/PHP-8.1/ext/hash/tests/
H A Dripemd256.phpt8 echo hash('ripemd256', 'message digest') . "\n";
H A Dripemd320.phpt8 echo hash('ripemd320', 'message digest') . "\n";
/PHP-8.1/ext/reflection/tests/
H A DReflectionObject_isInternal_basic.phpt10 $r3 = new ReflectionObject(new ReflectionProperty('Exception', 'message'));
H A DReflectionObject_isUserDefined_basic.phpt10 $r3 = new ReflectionObject(new ReflectionProperty('Exception', 'message'));
/PHP-8.1/Zend/tests/
H A Dexception_020.phpt11 Fatal error: Uncaught TypeError: ErrorException::__construct(): Argument #1 ($message) must be of t…
H A Dargument_restriction_002.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
H A Dargument_restriction_003.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
H A Dexception_getters_with_ref_props.phpt8 $this->message =& $refMsg;
H A Dexception_009.phpt18 $this->message = new stdclass ;
H A Dbug69084.phpt2 Bug #69084: Unclear error message when not implementing a renamed abstract trait function
/PHP-8.1/ext/mysqli/tests/
H A D072.phpt22 var_dump($w->message);
/PHP-8.1/ext/mbstring/tests/
H A Dbug43840.phpt10 * Multibyte string was not returning error message until offset was passed the
11 * byte count of the string. Should return error message when passed character count.
/PHP-8.1/ext/sodium/tests/
H A Dcrypto_sign.phpt21 $msg = "Here is the message, to be signed using Alice's secret key, and " .
36 $msg = "Here is another message, to be signed using Alice's secret key, and " .
/PHP-8.1/ext/standard/tests/http/
H A Dbug47021.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
15 echo "Type='$message'\n";
/PHP-8.1/sapi/cli/tests/
H A D005.phpt52 Property [ protected $message = '' ]
72 Parameter #0 [ <optional> string $message = "" ]
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_error1.phpt4 Verifies that an error message is showed if the file doesn't exist
/PHP-8.1/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is > element…
/PHP-8.1/ext/standard/tests/assert/
H A Dassert_error2.phpt13 function f1($script, $line, $message, $user_message)
/PHP-8.1/main/
H A Dmain.c935 zend_string *message; in php_verror() local
1079 message = zend_strpprintf(0, "%s: %s", origin, buffer); in php_verror()
1096 zend_error_zstr(type, message); in php_verror()
1097 zend_string_release(message); in php_verror()
1217 if (!zend_string_equals(PG(last_error_message), message) in php_error_cb()
1243 zend_throw_error_exception(EG(exception_class), message, 0, type); in php_error_cb()
1258 PG(last_error_message) = zend_string_copy(message); in php_error_cb()
1337 zend_string *buf = escape_html(ZSTR_VAL(message), ZSTR_LEN(message)); in php_error_cb()
1585 static ZEND_COLD void php_message_handler_for_zend(zend_long message, const void *data) in php_message_handler_for_zend() argument
1587 switch (message) { in php_message_handler_for_zend()
[all …]
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c68 char *message = NULL; in pdo_raise_impl_error() local
93 spprintf(&message, 0, "SQLSTATE[%s]: %s: %s", *pdo_err, msg, supp); in pdo_raise_impl_error()
95 spprintf(&message, 0, "SQLSTATE[%s]: %s", *pdo_err, msg); in pdo_raise_impl_error()
99 php_error_docref(NULL, E_WARNING, "%s", message); in pdo_raise_impl_error()
119 if (message) { in pdo_raise_impl_error()
120 efree(message); in pdo_raise_impl_error()
131 zend_string *message = NULL; in pdo_handle_error() local
172 message = strpprintf(0, "SQLSTATE[%s]: %s", *pdo_err, msg); in pdo_handle_error()
176 php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(message)); in pdo_handle_error()
197 if (message) { in pdo_handle_error()
[all …]
/PHP-8.1/ext/json/tests/
H A Djson_decode_exceptions.phpt15 ["message":protected]=>
/PHP-8.1/ext/oci8/tests/
H A Dpecl_bug6109.phpt22 echo ($i) .' -> '.$err['message'] ."\n";
/PHP-8.1/ext/standard/
H A Dphp_mail.h23 PHPAPI extern int php_mail(const char *to, const char *subject, const char *message, const char *he…
/PHP-8.1/Zend/tests/traits/
H A Dlanguage010.phpt2 Aliasing leading to conflict should result in error message
H A Dlanguage014.phpt2 Aliasing leading to conflict should result in error message

Completed in 40 milliseconds

12345678910>>...19