Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-8.2/ext/standard/tests/file/
H A Dbug76735.phpt2 Bug #76735 (Incorrect message in fopen on invalid mode)
/PHP-8.2/Zend/tests/
H A Dflexible-heredoc-error12.phpt2 Flexible heredoc syntax error 12: show erroneous line in error message (mixed indentation)
H A Dbug43344_10.phpt2 Bug #43344.10 (Wrong error message for undefined namespace constant)
H A Dbug77376.phpt2 Bug #77376 ("undefined function" message no longer includes namespace)
H A Dflexible-heredoc-error11.phpt2 Flexible heredoc syntax error 11: show erroneous line in error message (variable interpolation)
H A Dflexible-heredoc-error13.phpt2 Flexible heredoc syntax error 12: show erroneous line in error message (lacking indentation)
H A Dbug43344_6.phpt2 Bug #43344.6 (Wrong error message for undefined namespace constant)
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)
/PHP-8.2/ext/sysvmsg/tests/
H A D006.phpt60 msg_send(): Argument #3 ($message) must be of type string|int|float|bool, null given
65 msg_send(): Argument #3 ($message) must be of type string|int|float|bool, array given
/PHP-8.2/ext/standard/
H A Dbasic_functions.h53 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers);
54 PHPAPI int _php_error_log_ex(int opt_err, const char *message, size_t message_len, const char *opt,…
/PHP-8.2/ext/intl/tests/
H A Dintl_get_error_message.phpt8 * Check getting global error message.
/PHP-8.2/ext/oci8/tests/
H A Dextauth_01.phpt148 ["message"]=>
162 ["message"]=>
176 ["message"]=>
190 ["message"]=>
H A Dextauth_02.phpt148 ["message"]=>
162 ["message"]=>
176 ["message"]=>
190 ["message"]=>
H A Dextauth_03.phpt148 ["message"]=>
162 ["message"]=>
176 ["message"]=>
190 ["message"]=>
H A Dlob_null.phpt49 echo $m['message'], "\n";
63 echo $m['message'], "\n";
77 echo $m['message'], "\n";
93 echo $m['message'], "\n";
107 echo $m['message'], "\n";
121 echo $m['message'], "\n";
/PHP-8.2/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-8.2/ext/date/tests/
H A Dbug64157.phpt2 Test for bug #64157: DateTime::createFromFormat() reports confusing error message
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt42 var_dump($notify['message']);
56 var_dump($notify['message']);
63 var_dump($notify['message']);
/PHP-8.2/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-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/ext/pgsql/tests/
H A D21pg_get_notify.phpt19 isset($msg['message'],$msg['pid']) ? print 'OK' : print 'NG';

Completed in 25 milliseconds

12345678910>>...20