Home
last modified time | relevance | path

Searched refs:message (Results 76 – 100 of 472) sorted by last modified time

12345678910>>...19

/PHP-5.5/ext/standard/tests/mail/
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_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, '') );
/PHP-5.5/ext/standard/tests/http/
H A Dbug69337.phpt12 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_file.phpt4 <?php if( substr(PHP_OS, 0, 3) == 'WIN' ) die("skip Windows has different error message");?>
H A Derror_get_last.phpt24 ["message"]=>
36 ["message"]=>
H A D007.phpt12 echo test("message digest");
H A D009.phpt12 echo test("message digest");
/PHP-5.5/ext/standard/tests/file/
H A Dphp_fd_wrapper_04.phpt8 //we'd need a release and a test variation for windows, because in debug builds we get this message:
H A Dmkdir_variation1-win32.phpt76 // php.net bug outputs message File Exists
H A Dfile_put_contents_variation8.phpt28 //this one also generates a java message rather than our own so we don't replicate php message
H A D007_variation15.phpt39 …fopen($file, "xt"); //Opening the existing data file in 'xt' mode to check for the warning message
H A D007_variation16.phpt39 …pen($file, "x+t"); //Opening the existing data file in "x+t" mode to check for the warning message
H A D007_variation23.phpt39 …fopen($file, "xb"); //Opening the existing data file in 'xb' mode to check for the warning message
H A D007_variation24.phpt39 …pen($file, "x+b"); //Opening the existing data file in "x+b" mode to check for the warning message
H A D007_variation7.phpt39 …= fopen($file, "x"); //Opening the existing data file in 'x' mode to check for the warning message
H A D007_variation8.phpt39 …fopen($file, "x+"); //Opening the existing data file in "x+" mode to check for the warning message
H A Dbug38450_2.phpt109 Fatal error: Uncaught exception 'Exception' with message 'constructor' in %s:%d
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation5.phpt19 * and checking if proper warning message is generated.
H A Ddir_variation6.phpt19 * and checking to see if proper warning message is output.
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_basic6.phpt11 function f1($message)
H A Dassert_error1.phpt31 var_dump($r2 = assert($sa, "message", 1));
H A Dassert_error2.phpt13 function f1($script, $line, $message, $user_message)
/PHP-5.5/ext/standard/tests/array/
H A Darray_rand_variation1.phpt12 * to see that function works with unexpeced data and generates warning message as required.
H A Darray_rand_variation2.phpt12 * to see that function works with unexpeced data and generates warning message as required.

Completed in 25 milliseconds

12345678910>>...19