Home
last modified time | relevance | path

Searched refs:message (Results 226 – 250 of 456) sorted by relevance

12345678910>>...19

/PHP-8.0/ext/mysqli/tests/
H A D072.phpt21 var_dump($w->message);
/PHP-8.0/ext/dba/tests/
H A Ddba016.phpt2 DBA lock modifier error message test
/PHP-8.0/ext/standard/tests/http/
H A Dbug47021.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
15 echo "Type='$message'\n";
/PHP-8.0/sapi/cli/tests/
H A D005.phpt52 Property [ protected $message = '' ]
72 Parameter #0 [ <optional> string $message = "" ]
/PHP-8.0/ext/intl/
H A DERROR_CONVENTIONS.md19 The associated message can be obtained with `intl_get_error_message()`. This is
20 a message set by the PHP wrapping code, not by ICU. The message should include
35 of the first two. If the message is not a static buffer, `copyMsg` should be 1.
36 This makes the message string be copied and freed when no longer needed. There's
/PHP-8.0/ext/standard/
H A Dphp_mail.h23 PHPAPI extern int php_mail(const char *to, const char *subject, const char *message, const char *he…
/PHP-8.0/Zend/tests/traits/
H A Dlanguage014.phpt2 Aliasing leading to conflict should result in error message
H A Dlanguage010.phpt2 Aliasing leading to conflict should result in error message
/PHP-8.0/ext/json/tests/
H A Djson_decode_exceptions.phpt15 ["message":protected]=>
/PHP-8.0/Zend/tests/
H A Dbug69084.phpt2 Bug #69084: Unclear error message when not implementing a renamed abstract trait function
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_error1.phpt4 Verifies that an error message is showed if the file doesn't exist
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h108 char *message; member
138 char *message; member
234 MYSQLND_STRING message; member
/PHP-8.0/ext/mysqli/
H A Dmysqli_nonapi.c495 MYSQLND_ERROR_LIST_ELEMENT * message; local
499 message;
504 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
505 add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, message->sqlstate);
506 add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, message->error);
540 MYSQLND_ERROR_LIST_ELEMENT * message; local
544 message;
545message = (MYSQLND_ERROR_LIST_ELEMENT *) zend_llist_get_next_ex(&stmt->stmt->data->error_info->err…
549 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
550 add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, message->sqlstate);
[all …]
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug69793.phpt5 ….'trace";a:0:{}s:19:"'."\0".'Exception'."\0".'previous";i:10;s:10:"'."\0".'*'."\0".'message";N;}');
/PHP-8.0/ext/oci8/tests/
H A Derror2.phpt20 echo $es['message']."\n";
H A Dpecl_bug6109.phpt22 echo ($i) .' -> '.$err['message'] ."\n";
/PHP-8.0/ext/sodium/tests/
H A Dcrypto_sign.phpt21 $msg = "Here is the message, to be signed using Alice's secret key, and " .
36 $msg = "Here is another message, to be signed using Alice's secret key, and " .
/PHP-8.0/Zend/
H A Dzend_builtin_functions.stub.php71 function trigger_error(string $message, int $error_level = E_USER_NOTICE): bool {} argument
74 function user_error(string $message, int $error_level = E_USER_NOTICE): bool {} argument
/PHP-8.0/ext/mbstring/tests/
H A Dbug43840.phpt13 * Multibyte string was not returning error message until offset was passed the
14 * byte count of the string. Should return error message when passed character count.
/PHP-8.0/ext/standard/tests/mail/
H A Dbug72964.phpt48 $message = 'hello';
53 $res = mail($to, $subject, $message, $headers);
H A Dbug80706.phpt51 $message = 'hello';
56 $res = mail($to, $subject, $message, $headers);
/PHP-8.0/tests/lang/
H A Dbug43958.phpt2 Bug #43958 (class name added into the error message)
/PHP-8.0/ext/standard/tests/streams/
H A Dbug73457.phpt2 Bug #73457. Wrong error message when fopen FTP wrapped fails to open data connection
/PHP-8.0/ext/phar/tests/
H A Dbug48377.2.phpt2 Phar: PHP bug #48377 "error message unclear on converting phar with existing file" test #2
/PHP-8.0/main/
H A Dmain.c940 zend_string *message; in php_verror() local
1083 message = zend_strpprintf(0, "%s: %s", origin, buffer); in php_verror()
1100 zend_error_zstr(type, message); in php_verror()
1101 zend_string_release(message); in php_verror()
1221 if (!zend_string_equals(PG(last_error_message), message) in php_error_cb()
1247 zend_throw_error_exception(EG(exception_class), message, 0, type); in php_error_cb()
1262 PG(last_error_message) = zend_string_copy(message); in php_error_cb()
1337 zend_string *buf = escape_html(ZSTR_VAL(message), ZSTR_LEN(message)); in php_error_cb()
1579 static ZEND_COLD void php_message_handler_for_zend(zend_long message, const void *data) in php_message_handler_for_zend() argument
1581 switch (message) { in php_message_handler_for_zend()
[all …]

Completed in 84 milliseconds

12345678910>>...19