Home
last modified time | relevance | path

Searched refs:message (Results 176 – 200 of 442) sorted by relevance

12345678910>>...18

/PHP-7.2/ext/openssl/
H A DREADME49 returns the message from the last error that the OpenSSL library encountered
50 and moves it's internal error pointer to the next message. If there are no
133 Verifies that the signature on the MIME message contained in the file
136 message will be stored.
144 Encrypts the MIME message contained in the file named by infile using
148 of the intended recipients of the message.
149 headers is an array of headers to prepend to the message: they will
155 The message will be encoded using a RC2-40 bit cipher.
161 Signs the MIME message contained in the file named by infile using the
168 message.
[all …]
/PHP-7.2/ext/oci8/tests/
H A Derror1.phpt20 ["message"]=>
/PHP-7.2/Zend/tests/
H A Darray_offset.phpt2 Ensure "undefined offset" notice formats message corectly when undefined key is negative
H A Dbug70121.phpt5 unserialize('O:12:"DateInterval":1:{s:4:"days";O:9:"Exception":7:{s:10:"'."\0".'*'."\0".'message";s…
H A Dbug43344_9.phpt2 Bug #43344.9 (Wrong error message for undefined namespace constant)
H A Dexception_019.phpt10 Fatal error: Uncaught Error: Wrong parameters for Exception([string $message [, long $code [, Throw…
H A Dexception_022.phpt10 Fatal error: Uncaught Error: Wrong parameters for Error([string $message [, long $code [, Throwable…
H A Dargument_restriction_001.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
H A Dbug73350.phpt16 'message' => '',
H A Dexception_018.phpt11 Fatal error: Uncaught Error: Wrong parameters for Hello([string $message [, long $code [, Throwable…
H A Dexception_021.phpt11 Fatal error: Uncaught Error: Wrong parameters for Hello([string $message [, long $code [, Throwable…
/PHP-7.2/ext/intl/
H A DERROR.CONVENTIONS16 The associated message can be obtained with intl_get_error_message(). This is a
17 message set by the PHP wrapping code, not by ICU. The message should include the
29 of the first two. If the message is not a static buffer, copyMsg should be 1.
30 This makes the message string be copied and freed when no longer needed. There's
/PHP-7.2/ext/hash/tests/
H A Dmd2.phpt10 echo hash('md2', 'message digest') . "\n";
H A Dmd4.phpt11 echo hash('md4', 'message digest') . "\n";
/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c478 MYSQLND_ERROR_LIST_ELEMENT * message; local
481 message;
486 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
487 add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, message->sqlstate);
488 add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, message->error);
519 MYSQLND_ERROR_LIST_ELEMENT * message; local
522 message;
523message = (MYSQLND_ERROR_LIST_ELEMENT *) zend_llist_get_next_ex(stmt->stmt->data->error_info->erro…
527 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
528 add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, message->sqlstate);
[all …]
/PHP-7.2/ext/standard/tests/file/
H A Dbug71287.phpt2 Bug #71287 (Error message contains hexadecimal instead of decimal number)
/PHP-7.2/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is < 0.
/PHP-7.2/Zend/tests/traits/
H A Dinterface_002.phpt2 Checking error message when the trait doesn't implements the interface
/PHP-7.2/ext/standard/tests/strings/
H A Dmd5raw.phpt8 echo bin2hex(md5("message digest", TRUE))."\n";
/PHP-7.2/tests/lang/
H A Deach_binary_safety.phpt13 Deprecated: The each() function is deprecated. This message will be suppressed on further calls in …
/PHP-7.2/tests/output/
H A Dbug75236.phpt2 Bug #75236: infinite loop when printing an error-message
/PHP-7.2/sapi/embed/
H A Dphp_embed.c97 static void php_embed_log_message(char *message, int syslog_type_int) in php_embed_log_message() argument
99 fprintf (stderr, "%s\n", message); in php_embed_log_message()
/PHP-7.2/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-7.2/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h120 char *message; member
150 char *message; member
247 MYSQLND_STRING message; member
/PHP-7.2/ext/imap/tests/
H A Dimap_include.inc144 . "$i: this is a test message, please ignore\r\n";
156 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
161 $part3["contents.data"] = "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy";
166 $part4["contents.data"] = "message 3:zzzzzzzzzzzzzzzzzzzzzzzzzz";

Completed in 52 milliseconds

12345678910>>...18