Home
last modified time | relevance | path

Searched refs:message (Results 201 – 225 of 434) sorted by relevance

12345678910>>...18

/PHP-8.2/Zend/tests/traits/
H A Dinterface_002.phpt2 Checking error message when the trait doesn't implements the interface
/PHP-8.2/ext/sodium/tests/
H A Dcrypto_shorthash.phpt7 $m1 = 'message';
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.2/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_parser_warning_libxml_get_last_error.phpt24 ["message"]=>
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_variation1.phpt4 Verifies that an warning message is showed if an empty document is loaded
H A DDOMDocument_loadHTMLfile_error1.phpt4 Verifies that an error message is showed if the file doesn't exist
/PHP-8.2/main/
H A Dmain.c956 zend_string *message; in php_verror() local
1099 message = zend_strpprintf_unchecked(0, "%s: %S", origin, buffer); in php_verror()
1112 zend_error_zstr(type, message); in php_verror()
1113 zend_string_release(message); in php_verror()
1241 if (!zend_string_equals(PG(last_error_message), message) in php_error_cb()
1267 zend_throw_error_exception(EG(exception_class), message, 0, type); in php_error_cb()
1282 PG(last_error_message) = zend_string_copy(message); in php_error_cb()
1361 zend_string *buf = escape_html(ZSTR_VAL(message), ZSTR_LEN(message)); in php_error_cb()
1373 fwrite(ZSTR_VAL(message), sizeof(char), ZSTR_LEN(message), stderr); in php_error_cb()
1616 switch (message) { in php_message_handler_for_zend()
[all …]
/PHP-8.2/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.2/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.2/sapi/cli/tests/
H A D005.phpt52 Property [ protected $message = '' ]
72 Parameter #0 [ <optional> string $message = "" ]
/PHP-8.2/ext/standard/tests/file/
H A Dbug71287.phpt2 Bug #71287 (Error message contains hexadecimal instead of decimal number)
/PHP-8.2/ext/hash/tests/
H A Dripemd128.phpt8 echo hash('ripemd128', 'message digest') . "\n";
H A Dripemd160.phpt8 echo hash('ripemd160', 'message digest') . "\n";
H A Dripemd256.phpt8 echo hash('ripemd256', 'message digest') . "\n";
H A Dripemd320.phpt8 echo hash('ripemd320', 'message digest') . "\n";
/PHP-8.2/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.2/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 ;
/PHP-8.2/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is < 0.
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is > element…
/PHP-8.2/ext/mysqli/tests/
H A D072.phpt22 var_dump($w->message);

Completed in 34 milliseconds

12345678910>>...18