Home
last modified time | relevance | path

Searched refs:message (Results 26 – 50 of 411) sorted by relevance

12345678910>>...17

/PHP-7.0/ext/intl/collator/
H A Dcollator_error.c62 zend_string* message = NULL; in PHP_FUNCTION() local
82 message = intl_error_get_message( COLLATOR_ERROR_P( co ) ); in PHP_FUNCTION()
83 RETURN_STR(message); in PHP_FUNCTION()
/PHP-7.0/ext/wddx/tests/
H A Dbug52468.phpt12 $message = "<wddxPacket version='1.0'><header><comment>my_command</comment></header><data><struct><…
14 print_r(wddx_deserialize($message));
15 print_r(wddx_deserialize($message));
/PHP-7.0/ext/standard/tests/mail/
H A Dmail_basic.phpt13 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
14 * Description: Send an email message
25 $message = 'A Message';
32 var_dump( mail($to, $subject, $message, $additional_headers) );
38 var_dump( mail($to, $subject, $message) );
H A Dbug69874.phpt13 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
14 * Description: Send an email message
24 $message = 'A Message';
29 var_dump( mail($to, $subject, $message) );
H A Dmail_variation_alt2-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
16 * Description: Send an email message
32 $message = <<<HERE
34 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
35 Send an email message
38 $res = mail($to, $subject, $message);
46 // Search for email message on the mail server using imap.
H A Dmail_basic_alt1-win32.phpt16 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
17 * Description: Send an email message
33 $message = <<<HERE
35 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
36 Send an email message
39 $res = mail($to, $subject, $message);
47 // Search for email message on the mail server using imap.
H A Dmail_basic_alt2-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
16 * Description: Send an email message
29 $message = <<<HERE
31 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
32 Send an email message
37 $res = mail($to, $subject, $message, $extra_headers);
45 // Search for email message on the mail server using imap.
H A Dmail_basic_alt3-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
16 * Description: Send an email message
29 $message = <<<HERE
31 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
32 Send an email message
37 $res = mail($to, $subject, $message, $extra_headers);
45 // Search for email message on the mail server using imap.
H A Dmail_basic_alt4-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
16 * Description: Send an email message
29 $message = <<<HERE
31 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
32 Send an email message
38 $res = mail($to, $subject, $message, $extra_headers, $extra_parameters);
46 // Search for email message on the mail server using imap.
H A Dmail_variation_alt1-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
16 * Description: Send an email message
32 $message = <<<HERE
34 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
35 Send an email message
38 $res = mail($to, $subject, $message);
46 // Search for email message on the mail server using imap.
H A Dmail_variation_alt3-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
16 * Description: Send an email message
31 $message = <<<HERE
33 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
34 Send an email message
37 $res = mail($to, $subject, $message);
45 // Search for email message on the mail server using imap.
H A Dbug69874_2.phpt13 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
14 * Description: Send an email message
24 $message = 'A Message';
29 var_dump( mail($to, $subject, $message, '') );
H A Dmail_variation2.phpt14 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
15 * Description: Send an email message
26 $message = 'A Message';
30 var_dump( mail($to, $subject, $message) );
H A Dbug66535.phpt13 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
14 * Description: Send an email message
24 $message = 'A Message';
29 var_dump( mail($to, $subject, $message) );
H A Dmail_basic6.phpt14 * Description: Send an email message with invalid addtional_headers
25 $message = 'A Message';
32 var_dump( mail($to, $subject, $message, $additional_headers) );
42 var_dump( mail($to, $subject, $message, $additional_headers) );
53 var_dump( mail($to, $subject, $message, $additional_headers) );
64 var_dump( mail($to, $subject, $message, $additional_headers) );
74 var_dump( mail($to, $subject, $message, $additional_headers) );
84 var_dump( mail($to, $subject, $message, $additional_headers) );
94 var_dump( mail($to, $subject, $message, $additional_headers) );
104 var_dump( mail($to, $subject, $message, $additional_headers) );
[all …]
H A Dmail_basic2.phpt13 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
14 * Description: Send an email message
25 $message = 'A Message';
33 var_dump( mail($to, $subject, $message, $additional_headers, $additional_parameters) );
/PHP-7.0/ext/com_dotnet/
H A Dcom_misc.c32 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception() argument
35 if (message == NULL) { in php_com_throw_exception()
36 message = php_win32_error_to_msg(code); in php_com_throw_exception()
40 zend_throw_exception(php_com_exception_class_entry, message, (zend_long)(uint32_t)code); in php_com_throw_exception()
42 zend_throw_exception(php_com_exception_class_entry, message, (zend_long)code); in php_com_throw_exception()
45 LocalFree(message); in php_com_throw_exception()
/PHP-7.0/ext/sysvmsg/tests/
H A D001.phpt2 send/receive serialized message.
12 if (msg_receive($q, 0, $type, 1024, $message)) {
14 echo "DATA: $message\n";
/PHP-7.0/ext/oci8/tests/
H A Derror_parse.phpt73 echo $m["message"], "\n";
77 echo $m["message"], "\n";
81 echo $m["message"], "\n";
88 echo $m["message"], "\n";
92 echo $m["message"], "\n";
96 echo $m["message"], "\n";
106 ["message"]=>
117 ["message"]=>
128 ["message"]=>
/PHP-7.0/ext/pcre/tests/
H A Dbug52971.phpt8 $message = 'Der ist ein Süßwasserpool Süsswasserpool ... verschiedene Wassersportmöglichkeiten bei …
11 preg_match_all($pattern, $message, $match, PREG_OFFSET_CAPTURE);
15 preg_match_all($pattern, $message, $match, PREG_OFFSET_CAPTURE);
/PHP-7.0/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt2 Test imap_fetch_overview() function : usage variations - multipart message
10 * Description: Read an overview of the information in the headers of the given message sequence
15 * Pass a multipart message to imap_fetch_overview() to test the contents of returned array
37 * Create a multipart message with subparts
54 $part2["contents.data"] = "message 1:xxxxxxxxxxxxxxxxxxxxxxxxxx";
59 $part3["contents.data"] = "message 2:yyyyyyyyyyyyyyyyyyyyyyyyyy";
82 echo "TEST FAILED : could not append new message to mailbox '$mailbox'\n";
H A Dimap_append_basic.phpt9 /* Prototype : bool imap_append ( resource $imap_stream , string $mailbox , string $message [,…
10 * Description: Append a string message to a specified mailbox.
29 . "Subject: Test message\r\n"
31 . "this is a test message, please ignore\r\n"
39 . "this is another test message, please ignore it too!!\r\n"
67 string(%d) "%w%s 1)%s webmaster@something. Test message (%d chars)"
/PHP-7.0/pear/
H A Dfetch.php9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… argument
22 echo "Being redirected to: ", $message, "\n";
35 echo "Mime-type: ", $message, "\n";
/PHP-7.0/Zend/
H A Dzend_exceptions.c258 zend_string *message = NULL; in ZEND_METHOD() local
279 if (message) { in ZEND_METHOD()
344 if (message) { in ZEND_METHOD()
756 message = real_message; in ZEND_METHOD()
759 if (ZSTR_LEN(message) > 0) { in ZEND_METHOD()
774 zend_string_release(message); in ZEND_METHOD()
833 ZEND_ARG_INFO(0, message)
854 ZEND_ARG_INFO(0, message)
956 if (message) { in zend_throw_exception()
971 char *message; in zend_throw_exception_ex() local
[all …]
/PHP-7.0/ext/standard/tests/network/
H A Dsyslog_error.phpt5 /* Prototype : bool syslog(int priority, string message)
6 * Description: Generate a system log message
17 $message = 'string_val';
19 var_dump( syslog($priority, $message, $extra_arg) );

Completed in 62 milliseconds

12345678910>>...17