Home
last modified time | relevance | path

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

12345678910>>...18

/php-src/ext/mysqli/
H A Dmysqli_nonapi.c476 MYSQLND_ERROR_LIST_ELEMENT * message; local
480 message;
485 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
486 add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, message->sqlstate);
487 add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, message->error);
504 MYSQLND_ERROR_LIST_ELEMENT * message; local
508 message;
509message = (MYSQLND_ERROR_LIST_ELEMENT *) zend_llist_get_next_ex(&stmt->stmt->data->error_info->err…
513 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
514 add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, message->sqlstate);
[all …]
/php-src/ext/date/tests/
H A Dbug64157.phpt2 Test for bug #64157: DateTime::createFromFormat() reports confusing error message
/php-src/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)
/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/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

Completed in 34 milliseconds

12345678910>>...18