Home
last modified time | relevance | path

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

12345678910>>...18

/php-src/ext/standard/tests/general_functions/
H A D009.phpt12 echo test("message digest");
H A Derror_clear_last.phpt24 ["message"]=>
H A D007.phpt12 echo test("message digest");
/php-src/Zend/tests/type_declarations/
H A Dnullable_typed_return_without_value.phpt2 Nullable typed return without value generates friendlier error message
/php-src/Zend/tests/
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-src/ext/standard/tests/strings/
H A Dmd5.phpt8 echo md5("message digest")."\n";
/php-src/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-src/ext/hash/tests/
H A Dadler32.phpt8 echo hash('adler32', 'message digest'), "\n";
H A Dmd2.phpt8 echo hash('md2', 'message digest') . "\n";
/php-src/Zend/tests/traits/
H A Dbug60173.phpt2 Bug #60173 (Wrong error message on reflective trait instantiation)
/php-src/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-src/ext/com_dotnet/tests/
H A Dbug79332.phpt11 // use hard-coded message to avoid localization issues
/php-src/ext/pgsql/tests/
H A D21pg_get_notify.phpt19 isset($msg['message'],$msg['pid']) ? print 'OK' : print 'NG';
/php-src/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-src/Zend/
H A Dzend_dtrace.h40 …rror_notify_cb(int type, zend_string *error_filename, uint32_t error_lineno, zend_string *message);
/php-src/ext/intl/msgformat/
H A Dmsgformat.stub.php40 …public static function parseMessage(string $locale, string $pattern, string $message): array|false… argument
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h108 char *message; member
138 char *message; member
232 MYSQLND_STRING message; member
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt31 printf("[%03d] Driver-specific error message.not set\n", $offset);
109 [015] Driver-specific error message.not set
111 [016] Driver-specific error message.not set

Completed in 36 milliseconds

12345678910>>...18