Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-5.4/ext/intl/collator/
H A Dcollator_error.c62 const char* message = NULL; in PHP_FUNCTION() local
82 message = intl_error_get_message( COLLATOR_ERROR_P( co ) TSRMLS_CC ); in PHP_FUNCTION()
83 RETURN_STRING( (char*)message, FALSE ); in PHP_FUNCTION()
/PHP-5.4/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-5.4/ext/standard/tests/mail/
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_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 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_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 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 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 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_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-5.4/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-5.4/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-5.4/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-5.4/Zend/
H A Dzend_exceptions.h43 ZEND_API zval * zend_throw_exception(zend_class_entry *exception_ce, char *message, long code TSRML…
48 ZEND_API zval * zend_throw_error_exception(zend_class_entry *exception_ce, char *message, long code…
56 int zend_spprintf(char **message, int max_len, char *format, ...);
H A Dzend_exceptions.c196 char *message = NULL; in ZEND_METHOD() local
207 if (message) { in ZEND_METHOD()
263 if (message) { in ZEND_METHOD()
684 convert_to_string(&message); in ZEND_METHOD()
706 if (Z_STRLEN(message) > 0) { in ZEND_METHOD()
718 zval_dtor(&message); in ZEND_METHOD()
750 ZEND_ARG_INFO(0, message)
771 ZEND_ARG_INFO(0, message)
839 if (message) { in zend_throw_exception()
854 char *message; in zend_throw_exception_ex() local
[all …]
/PHP-5.4/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) );
/PHP-5.4/ext/oci8/tests/
H A Dbug51291_1.phpt149 ["message"]=>
160 ["message"]=>
175 ["message"]=>
190 ["message"]=>
203 ["message"]=>
214 ["message"]=>
228 ["message"]=>
241 ["message"]=>
255 ["message"]=>
269 ["message"]=>
[all …]
/PHP-5.4/ext/sysvmsg/
H A Dsysvmsg.c51 ZEND_ARG_INFO(0, message)
62 ZEND_ARG_INFO(1, message)
391 zval *message, *queue, *zerror=NULL; in PHP_FUNCTION() local
402 &queue, &msgtype, &message, &do_serialize, &blocking, &zerror) == FAILURE) { in PHP_FUNCTION()
413 php_var_serialize(&msg_var, &message, &var_hash TSRMLS_CC); in PHP_FUNCTION()
424 switch (Z_TYPE_P(message)) { in PHP_FUNCTION()
426 p = Z_STRVAL_P(message); in PHP_FUNCTION()
427 message_len = Z_STRLEN_P(message); in PHP_FUNCTION()
432 message_len = spprintf(&p, 0, "%ld", Z_LVAL_P(message)); in PHP_FUNCTION()
436 message_len = spprintf(&p, 0, "%F", Z_DVAL_P(message)); in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt68 exception 'ReflectionException' with message 'Invalid method name 1' in %s
73 exception 'ReflectionException' with message 'Invalid method name 3' in %s
78 exception 'ReflectionException' with message 'The parameter class is expected to be either a string…
83 exception 'ReflectionException' with message 'Method TestClass::1() does not exist' in %s
88 exception 'ReflectionException' with message 'Invalid method name TestClass' in %s
93 exception 'ReflectionException' with message 'Method TestClass::foop::dedoop() does not exist' in %s
98 exception 'ReflectionException' with message 'Class TestCla does not exist' in %s
/PHP-5.4/ext/com_dotnet/
H A Dcom_misc.c32 void php_com_throw_exception(HRESULT code, char *message TSRMLS_DC) in php_com_throw_exception()
35 if (message == NULL) { in php_com_throw_exception()
36 message = php_win32_error_to_msg(code); in php_com_throw_exception()
39 zend_throw_exception(php_com_exception_class_entry, message, (long)code TSRMLS_CC); in php_com_throw_exception()
41 LocalFree(message); in php_com_throw_exception()

Completed in 93 milliseconds

12345678910>>...18