Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt30 printf("[%03d] Driver-specific error message.not set\n", $offset);
108 [015] Driver-specific error message.not set
110 [016] Driver-specific error message.not set
/PHP-8.2/Zend/tests/attributes/
H A D029_reflect_internal_symbols.phpt18 $rp = new ReflectionProperty('Exception', 'message');
/PHP-8.2/Zend/tests/
H A Dbug43344_5.phpt2 Bug #43344.5 (Wrong error message for undefined namespace constant)
H A Dbug43344_9.phpt2 Bug #43344.9 (Wrong error message for undefined namespace constant)
H A Dexception_019.phpt10 Fatal error: Uncaught TypeError: Exception::__construct(): Argument #1 ($message) must be of type s…
H A Dexception_022.phpt10 Fatal error: Uncaught TypeError: Error::__construct(): Argument #1 ($message) must be of type strin…
H A Dbug73350.phpt16 'message' => '',
H A Dargument_restriction_001.phpt2 Bug #55719 (Argument restriction should come with a more specific error 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…
/PHP-8.2/Zend/tests/nullable_types/
H A Dunion_nullable_property_fails.phpt2 Nullable default property error message
/PHP-8.2/ext/mbstring/tests/
H A Dbug43994.phpt13 * Bug now seems to be fixed - error message is now generated when an 'empty'
14 * pattern is supplied to mb_ereg. Similar error message to ereg().
/PHP-8.2/sapi/embed/
H A Dphp_embed.c109 static void php_embed_log_message(const char *message, int syslog_type_int) in php_embed_log_message() argument
111 fprintf(stderr, "%s\n", message); in php_embed_log_message()
/PHP-8.2/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.2/ext/standard/tests/general_functions/
H A Derror_get_last.phpt29 ["message"]=>
/PHP-8.2/ext/intl/tests/
H A Dcollator_get_error_message.phpt9 * Retrieve error message.
/PHP-8.2/tests/output/
H A Dbug75236.phpt2 Bug #75236: infinite loop when printing an error-message
/PHP-8.2/ext/standard/tests/strings/
H A Dmd5raw.phpt8 echo bin2hex(md5("message digest", TRUE))."\n";
/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';
/PHP-8.2/ext/intl/
H A DERROR_CONVENTIONS.md19 The associated message can be obtained with `intl_get_error_message()`. This is
20 a message set by the PHP wrapping code, not by ICU. The message should include
35 of the first two. If the message is not a static buffer, `copyMsg` should be 1.
36 This makes the message string be copied and freed when no longer needed. There's
/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";

Completed in 27 milliseconds

12345678910>>...20