Home
last modified time | relevance | path

Searched refs:message (Results 151 – 175 of 434) sorted by relevance

12345678910>>...18

/PHP-8.2/ext/date/tests/
H A Dbug64157.phpt2 Test for bug #64157: DateTime::createFromFormat() reports confusing error message
/PHP-8.2/Zend/tests/
H A Dbug43344_2.phpt2 Bug #43344.2 (Wrong error message for undefined namespace constant)
H A Dbug69124.phpt2 Bug 69124: Method name must be as string (invalid error message when using reference to a string)
H A Dbug43344_11.phpt2 Bug #43344.11 (Wrong error message for undefined namespace constant)
H A Dargument_restriction_004.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
H A Dargument_restriction_005.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
H A Dbug43344_12.phpt2 Bug #43344.12 (Wrong error message for undefined namespace constant)
H A Dbug43344_13.phpt2 Bug #43344.13 (Wrong error message for undefined namespace constant)
H A Dbug43344_3.phpt2 Bug #43344.3 (Wrong error message for undefined namespace constant)
H A Dbug43344_7.phpt2 Bug #43344.7 (Wrong error message for undefined namespace constant)
/PHP-8.2/Zend/tests/type_declarations/
H A Dnullable_typed_return_without_value.phpt2 Nullable typed return without value generates friendlier error message
/PHP-8.2/ext/standard/tests/strings/
H A Dmd5.phpt8 echo md5("message digest")."\n";
/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/ext/standard/tests/general_functions/
H A D007.phpt12 echo test("message digest");
/PHP-8.2/ext/hash/tests/
H A Dadler32.phpt8 echo hash('adler32', 'message digest'), "\n";
H A Dmd2.phpt8 echo hash('md2', 'message digest') . "\n";
H A Dmd4.phpt9 echo hash('md4', 'message digest') . "\n";
/PHP-8.2/Zend/tests/type_declarations/intersection_types/
H A Dbug81268.phpt2 Bug #81268 Wrong message when using null as a default value for intersection types
/PHP-8.2/ext/com_dotnet/tests/
H A Dbug79332.phpt11 // use hard-coded message to avoid localization issues
/PHP-8.2/Zend/tests/traits/
H A Dbug60173.phpt2 Bug #60173 (Wrong error message on reflective trait instantiation)
/PHP-8.2/ext/pgsql/tests/
H A D21pg_get_notify.phpt19 isset($msg['message'],$msg['pid']) ? print 'OK' : print 'NG';
/PHP-8.2/ext/sodium/
H A Dlibsodium_arginfo.h18 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
41 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
64 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
84 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
115 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
123 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
131 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
136 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
167 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
260 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
[all …]
/PHP-8.2/Zend/
H A Dzend_dtrace.h40 …rror_notify_cb(int type, zend_string *error_filename, uint32_t error_lineno, zend_string *message);
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c71 char *message = NULL; in pdo_raise_impl_error() local
96 spprintf(&message, 0, "SQLSTATE[%s]: %s: %s", *pdo_err, msg, supp); in pdo_raise_impl_error()
98 spprintf(&message, 0, "SQLSTATE[%s]: %s", *pdo_err, msg); in pdo_raise_impl_error()
102 php_error_docref(NULL, E_WARNING, "%s", message); in pdo_raise_impl_error()
122 if (message) { in pdo_raise_impl_error()
123 efree(message); in pdo_raise_impl_error()
134 zend_string *message = NULL; in pdo_handle_error() local
175 message = strpprintf(0, "SQLSTATE[%s]: %s", *pdo_err, msg); in pdo_handle_error()
179 php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(message)); in pdo_handle_error()
200 if (message) { in pdo_handle_error()
[all …]
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat.stub.php40 …public static function parseMessage(string $locale, string $pattern, string $message): array|false… argument

Completed in 30 milliseconds

12345678910>>...18