Home
last modified time | relevance | path

Searched refs:message (Results 176 – 200 of 478) sorted by relevance

12345678910>>...20

/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/Zend/tests/
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)
H A Dbug39775.phpt2 Bug #39775 ("Indirect modification ..." message is not shown)
H A Dbug43344_4.phpt2 Bug #43344.4 (Wrong error message for undefined namespace constant)
H A Dbug43344_8.phpt2 Bug #43344.8 (Wrong error message for undefined namespace constant)
H A Dbug64821.1.phpt9 $this->message = NULL;
/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/oci8/tests/
H A Derror1.phpt20 ["message"]=>
/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/intl/msgformat/
H A Dmsgformat.stub.php40 …public static function parseMessage(string $locale, string $pattern, string $message): array|false… argument
/PHP-8.2/ext/imap/tests/
H A Dbug80220.phpt2 Bug #80220 (imap_mail_compose() may leak memory) - message/rfc822 regression
/PHP-8.2/ext/date/tests/
H A Dbug73239.phpt2 Bug #73239 (Odd warning/exception message with invalid timezones)
/PHP-8.2/ext/sodium/
H A Dlibsodium_arginfo.h18 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
38 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
69 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
77 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
85 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
90 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
121 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
214 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
228 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
323 ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0)
[all …]
/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/mysqlnd/
H A Dmysqlnd_wireprotocol.h108 char *message; member
138 char *message; member
232 MYSQLND_STRING message; member

Completed in 45 milliseconds

12345678910>>...20