Home
last modified time | relevance | path

Searched refs:message (Results 76 – 100 of 442) sorted by relevance

12345678910>>...18

/PHP-7.2/ext/imap/tests/
H A Dbug35669.phpt27 $plain["description"] = "Plaintype part of message";
37 $html["description"] = "HTML part of message";
59 Content-Description: Plaintype part of message
65 Content-Description: HTML part of message
H A Dimap_fetchheader_variation5.phpt10 * Description: Get the full unfiltered header for a message
26 '1,3', '1:3', // message sequences instead of numbers
52 Warning: imap_fetchheader(): Bad message number in %s on line %d
58 Warning: imap_fetchheader(): Bad message number in %s on line %d
H A Dimap_body_basic.phpt10 * Description: Read the message body.
46 string(%d) "1: this is a test message, please ignore%a"
47 string(%d) "1: this is a test message, please ignore%a"
/PHP-7.2/Zend/tests/
H A Dbug69388.phpt7 function handle_error($code, $message, $file, $line, $context) {
11 bla($message);
H A Dbug76534.phpt5 set_error_handler(function ($severity, $message, $file, $line) {
6 throw new \Exception($message);
/PHP-7.2/ext/intl/tests/
H A Dbug76942_MessageFormatter.phpt12 $message = '{0,number,#,###.##} MB';
17 $formatter = new MessageFormatter($locale, $message);
H A Dmsgfmt_get_set_pattern.phpt33 $res_str .= "Formatted message: " . ut_msgfmt_format( $fmt, array(123, 456) ) . "\n";
37 $res_str .= "Formatted message: " . ut_msgfmt_format( $fmt, array(123, 456) ) . "\n";
51 Formatted message: 123 trees hosting 456 monkeys
53 Formatted message: 123 trees hosting 456 monkeys123 trees hosting 456 monkeys123 trees hosting 456 …
/PHP-7.2/ext/standard/tests/mail/
H A Dbug69115.phpt15 $message = "Line 1\r\nLine 2\r\nLine 3";
16 mail('user@example.com', 'My Subject', $message, "From: me@me.me");
/PHP-7.2/ext/sockets/tests/
H A Dsocket_export_stream-1.phpt20 socket_write($s1, "test message");
26 string(12) "test message"
H A Dsocket_import_stream-1.phpt19 socket_write($sock, "test message");
25 string(12) "test message"
/PHP-7.2/ext/hash/
H A DREADME5 $digest = hash($algoname, $message);
15 hash_update($context, $message);
/PHP-7.2/tests/output/
H A Dbug70970.phpt5 function exception_error_handler($severity, $message, $file, $line)
7 throw new Exception($message, 0);
/PHP-7.2/ext/intl/formatter/
H A Dformatter_main.c140 zend_string *message = NULL; in PHP_FUNCTION() local
156 message = intl_error_get_message( INTL_DATA_ERROR_P(nfo) ); in PHP_FUNCTION()
157 RETURN_STR(message); in PHP_FUNCTION()
/PHP-7.2/Zend/tests/generators/
H A Dgenerator_throwing_during_function_call.phpt23 echo 'Caught exception with message "', $e->getMessage(), '"', "\n";
31 Caught exception with message "test"
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt56 if ((!is_string($warning->message)) || ('' == $warning->message)) /* NULL or not there at all */
57 …tf("[011] Expecting string/not empty, got %s/%s\n", gettype($warning->message), $warning->message);
99 if (!is_string($warning->message) || ('' == $warning->message))
100 printf("[025] Expecting string, got %s/%s", gettype($warning->message), $warning->message);
113 if ('' != ($tmp = $warning->message))
131 while ($warning->next() && ('' != ($tmp = $warning->message))) {
/PHP-7.2/ext/sodium/tests/
H A Dsodium_error_001.phpt9 function do_crypto_shorthash($message, $key) {
10 return sodium_crypto_shorthash($message, $key);
H A Dcrypto_box.phpt35 $msg = "Here is another message, to be signed using Alice's secret key, and " .
117 $anonymous_message_to_alice = sodium_crypto_box_seal('Anonymous message',
123 $decrypted_message = 'Anonymous message';
149 string(17) "Anonymous message"
/PHP-7.2/Zend/tests/assert/
H A Dexpect_008.phpt20 assert(true, "constant message");
21 assert(($variable && $variable) || php_sapi_name(), new OdEar("constant message"));
/PHP-7.2/ext/standard/tests/general_functions/
H A Derror_get_last.phpt24 ["message"]=>
36 ["message"]=>
/PHP-7.2/ext/intl/msgformat/
H A Dmsgformat.c160 zend_string* message = NULL; in PHP_FUNCTION() local
177 message = intl_error_get_message( &mfo->mf_data.error ); in PHP_FUNCTION()
178 RETURN_STR(message); in PHP_FUNCTION()
/PHP-7.2/ext/hash/tests/
H A Dcrc32.phpt10 echo hash('crc32', 'message digest'), "\n";
17 echo hash('crc32b', 'message digest'), "\n";
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug70963.phpt12 ["message":protected]=>
31 ["message":protected]=>
/PHP-7.2/ext/standard/tests/strings/
H A Dsha1_basic.phpt16 var_dump(sha1("message digest"));
25 var_dump(sha1("message digest", false));
34 var_dump(bin2hex(sha1("message digest", true)));
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.c213 const char *message, *addmessage; in regerror() local
216 message = (errcode >= (int)(sizeof(pstring)/sizeof(char *)))? in regerror()
218 length = strlen(message) + 1; in regerror()
227 sprintf(errbuf, "%s%s%-6d", message, addmessage, (int)preg->re_erroffset); in regerror()
230 strncpy(errbuf, message, errbuf_size - 1); in regerror()
/PHP-7.2/ext/spl/
H A Dspl.php258 protected $message; variable in Exception
284 function __construct($message = NULL, $code = 0) { argument
286 $this->message = $message;
299 return $this->message;

Completed in 34 milliseconds

12345678910>>...18