Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.4/ext/sysvmsg/tests/
H A D002.phpt21 Warning: msg_receive(): message corrupted in %s002.php on line %d
/PHP-7.4/ext/oci8/tests/
H A Derror2.phpt20 echo $es['message']."\n";
H A Dpecl_bug6109.phpt22 echo ($i) .' -> '.$err['message'] ."\n";
/PHP-7.4/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-7.4/ext/imap/tests/
H A Dimap_fetch_overview_basic.phpt11 * of the given message sequence
22 // get UID for new message
H A Dimap_fetch_overview_variation3.phpt10 * Description: Read an overview of the information in the headers of the given message sequence
25 $stream_id = setup_test_mailbox('', 1); // set up temporary mailbox with one simple message
/PHP-7.4/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-7.4/ext/standard/tests/assert/
H A Dassert_basic6.phpt11 function f1($message)
/PHP-7.4/ext/standard/
H A Dphp_mail.h28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd);
/PHP-7.4/ext/phar/tests/
H A Dbug48377.2.phpt2 Phar: PHP bug #48377 "error message unclear on converting phar with existing file" test #2
H A Dbug69958.phpt12 Fatal error: Uncaught exception 'BadMethodCallException' with message 'phar "%s/bug69958.tar" exist…
/PHP-7.4/tests/lang/
H A Dbug43958.phpt2 Bug #43958 (class name added into the error message)
/PHP-7.4/ext/json/tests/
H A Djson_decode_exceptions.phpt17 ["message":protected]=>
/PHP-7.4/ext/standard/tests/streams/
H A Dbug73457.phpt2 Bug #73457. Wrong error message when fopen FTP wrapped fails to open data connection
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug70963.phpt12 ["message":protected]=>
H A Dbug69793.phpt5 ….'trace";a:0:{}s:19:"'."\0".'Exception'."\0".'previous";i:10;s:10:"'."\0".'*'."\0".'message";N;}');
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadXML_variation3.phpt5 which avoids the display of the warning message
H A DDOMDocument_load_variation3.phpt5 which avoids the display of the warning message
H A DDOMDocument_loadHTMLfile_error2.phpt4 Verifies that an error message is showed if an empty string is passed as argument
/PHP-7.4/ext/mysqli/tests/
H A Dbug34810.phpt36 if ("" == $warning->message)
39 printf("[002] Empty error message!\n");
H A Dmysqli_class_mysqli_warning_reflection.phpt93 Inspecting property 'message'
109 Default property 'message'
/PHP-7.4/ext/standard/tests/math/
H A Dbug75170.phpt4 Solar Designer in https://externals.io/message/100229
/PHP-7.4/Zend/tests/
H A Derrmsg_045.phpt2 Error message in error handler during compilation
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c70 char *message = NULL; in pdo_raise_impl_error() local
95 spprintf(&message, 0, "SQLSTATE[%s]: %s: %s", *pdo_err, msg, supp); in pdo_raise_impl_error()
97 spprintf(&message, 0, "SQLSTATE[%s]: %s", *pdo_err, msg); in pdo_raise_impl_error()
101 php_error_docref(NULL, E_WARNING, "%s", message); in pdo_raise_impl_error()
121 if (message) { in pdo_raise_impl_error()
122 efree(message); in pdo_raise_impl_error()
133 zend_string *message = NULL; in pdo_handle_error() local
172 message = strpprintf(0, "SQLSTATE[%s]: %s", *pdo_err, msg); in pdo_handle_error()
176 php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(message)); in pdo_handle_error()
197 if (message) { in pdo_handle_error()
[all …]

Completed in 25 milliseconds

12345678910>>...17