Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-8.0/Zend/tests/
H A Dargument_restriction_001.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
H A Dbug73350.phpt16 'message' => '',
H A Dexception_018.phpt11 Fatal error: Uncaught TypeError: Exception::__construct(): Argument #1 ($message) must be of type s…
H A Dexception_021.phpt11 Fatal error: Uncaught TypeError: Error::__construct(): Argument #1 ($message) must be of type strin…
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 Darray_offset.phpt2 Ensure "undefined offset" notice formats message correctly when undefined key is negative
H A Dexception_020.phpt11 Fatal error: Uncaught TypeError: ErrorException::__construct(): Argument #1 ($message) must be of t…
H A Dexception_009.phpt18 $this->message = new stdclass ;
H A Dexception_getters_with_ref_props.phpt8 $this->message =& $refMsg;
/PHP-8.0/sapi/embed/
H A Dphp_embed.c95 static void php_embed_log_message(const char *message, int syslog_type_int) in php_embed_log_message() argument
97 fprintf(stderr, "%s\n", message); in php_embed_log_message()
/PHP-8.0/Zend/
H A Dzend_extensions.h64 typedef void (*message_handler_func_t)(int message, void *arg);
119 ZEND_API void zend_extension_dispatch_message(int message, void *arg);
/PHP-8.0/ext/intl/tests/
H A Dcollator_get_error_message.phpt9 * Retrieve error message.
/PHP-8.0/ext/sodium/tests/
H A Dcrypto_shorthash.phpt7 $m1 = 'message';
/PHP-8.0/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.0/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.0/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.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt29 printf("[%03d] Driver-specific error message.not set\n", $offset);
107 [015] Driver-specific error message.not set
109 [016] Driver-specific error message.not set
/PHP-8.0/ext/standard/tests/assert/
H A Dassert_error2.phpt13 function f1($script, $line, $message, $user_message)
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_variation1.phpt4 Verifies that an warning message is showed if an empty document is loaded

Completed in 131 milliseconds

12345678910>>...19