Home
last modified time | relevance | path

Searched refs:mail (Results 1 – 25 of 86) sorted by relevance

1234

/PHP-5.3/ext/standard/tests/mail/
H A Dmail_error.phpt2 Test mail() function : error conditions
7 * Source code: ext/standard/mail.c
11 echo "*** Testing mail() : error conditions ***\n";
14 //Test mail with one more than the expected number of arguments
24 // Testing mail with one less than the expected number of arguments
28 var_dump( mail($to, $subject) );
33 *** Testing mail() : error conditions ***
35 -- Testing mail() function with more than expected no. of arguments --
37 Warning: mail() expects at most 5 parameters, 6 given in %s on line %d
40 -- Testing mail() function with less than expected no. of arguments --
[all …]
H A Dmail_basic.phpt2 Test mail() function : basic functionality
5 mail.add_x_header = Off
13 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
15 * Source code: ext/standard/mail.c
19 echo "*** Testing mail() : basic functionality ***\n";
31 // Calling mail() with all additional headers
32 var_dump( mail($to, $subject, $message, $additional_headers) );
37 // Calling mail() with mandatory arguments
38 var_dump( mail($to, $subject, $message) );
45 *** Testing mail() : basic functionality ***
H A Dmail_variation2.phpt2 Test mail() function : variation force extra parameters
5 mail.force_extra_parameters="-e4a---forced-params"
6 mail.add_x_header = Off
14 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
16 * Source code: ext/standard/mail.c
20 echo "*** Testing mail() : basic functionality ***\n";
30 var_dump( mail($to, $subject, $message) );
37 *** Testing mail() : basic functionality ***
H A Dmail_basic2.phpt2 Test mail() function : basic functionality
10 mail.add_x_header = Off
13 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
15 * Source code: ext/standard/mail.c
19 echo "*** Testing mail() : basic functionality ***\n";
32 // Calling mail() with all possible arguments
33 var_dump( mail($to, $subject, $message, $additional_headers, $additional_parameters) );
40 *** Testing mail() : basic functionality ***
H A Dmail_variation1.phpt2 Test mail() function : variation invalid program for sendmail
12 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
14 * Source code: ext/standard/mail.c
18 echo "*** Testing mail() : variation ***\n";
24 var_dump( mail($to, $subject, $message) );
28 *** Testing mail() : variation ***
H A Dmail_basic3.phpt2 Test mail() function : basic functionality
12 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
14 * Source code: ext/standard/mail.c
18 echo "*** Testing mail() : basic functionality ***\n";
28 var_dump( mail($to, $subject, $message) );
32 *** Testing mail() : basic functionality ***
H A Dmail_basic4.phpt2 Test mail() function : basic functionality
12 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
14 * Source code: ext/standard/mail.c
18 echo "*** Testing mail() : basic functionality ***\n";
29 var_dump( mail($to, $subject, $message) );
33 *** Testing mail() : basic functionality ***
H A Dmail_basic5.phpt2 Test mail() function : basic functionality
12 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
14 * Source code: ext/standard/mail.c
18 echo "*** Testing mail() : basic functionality ***\n";
27 var_dump( mail($to, $subject, $message) );
31 *** Testing mail() : basic functionality ***
H A Dmail_variation_alt1-win32.phpt2 Test mail() function : basic functionality
15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
17 * Source code: ext/standard/mail.c
26 echo "*** Testing mail() : basic functionality ***\n";
31 $subject = "$subject_prefix: Basic PHPT test for mail() function";
34 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
38 $res = mail($to, $subject, $message);
46 // Search for email message on the mail server using imap.
89 *** Testing mail() : basic functionality ***
91 Warning: mail(): Failed to connect to mailserver at "localhost" port 2525, verify your "SMTP" and "…
H A Dmail_variation_alt2-win32.phpt2 Test mail() function : basic functionality
15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
17 * Source code: ext/standard/mail.c
26 echo "*** Testing mail() : basic functionality ***\n";
31 $subject = "$subject_prefix: Basic PHPT test for mail() function";
34 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
38 $res = mail($to, $subject, $message);
46 // Search for email message on the mail server using imap.
89 *** Testing mail() : basic functionality ***
91 Warning: mail(): Failed to connect to mailserver at "localplace" port 25, verify your "SMTP" and "s…
H A Dmail_variation_alt3-win32.phpt2 Test mail() function : basic functionality
15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
17 * Source code: ext/standard/mail.c
25 echo "*** Testing mail() : basic functionality ***\n";
30 $subject = "$subject_prefix: Basic PHPT test for mail() function";
33 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
37 $res = mail($to, $subject, $message);
45 // Search for email message on the mail server using imap.
88 *** Testing mail() : basic functionality ***
90 Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in %s on line …
H A Dmail_basic_alt1-win32.phpt2 Test mail() function : basic functionality
16 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
18 * Source code: ext/standard/mail.c
27 echo "*** Testing mail() : basic functionality ***\n";
32 $subject = "$subject_prefix: Basic PHPT test for mail() function";
35 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
39 $res = mail($to, $subject, $message);
47 // Search for email message on the mail server using imap.
90 *** Testing mail() : basic functionality ***
H A Dmail_basic_alt2-win32.phpt2 Test mail() function : basic functionality
15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
17 * Source code: ext/standard/mail.c
23 echo "*** Testing mail() : basic functionality ***\n";
28 $subject = "$subject_prefix: Basic PHPT test for mail() function";
31 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
37 $res = mail($to, $subject, $message, $extra_headers);
45 // Search for email message on the mail server using imap.
88 *** Testing mail() : basic functionality ***
H A Dmail_basic_alt3-win32.phpt2 Test mail() function : basic functionality
15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
17 * Source code: ext/standard/mail.c
23 echo "*** Testing mail() : basic functionality ***\n";
28 $subject = "$subject_prefix: Basic PHPT test for mail() function";
31 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
37 $res = mail($to, $subject, $message, $extra_headers);
45 // Search for email message on the mail server using imap.
88 *** Testing mail() : basic functionality ***
H A Dmail_basic_alt4-win32.phpt2 Test mail() function : basic functionality
15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
17 * Source code: ext/standard/mail.c
23 echo "*** Testing mail() : basic functionality ***\n";
28 $subject = "$subject_prefix: Basic PHPT test for mail() function";
31 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
38 $res = mail($to, $subject, $message, $extra_headers, $extra_parameters);
46 // Search for email message on the mail server using imap.
89 *** Testing mail() : basic functionality ***
H A Dmail_skipif.inc5 …// be sure mail server is accessible... on PHP 5.3.13 release build, using test-pack PHP-5.3-r1af8…
6 // the code below didn't skip test even though there was no mail server
7 // test then failed (no mail server to test against)
11 socket_connect($socket, "localhost", 143) or die ("skip can't socket to mail server");
H A Dbug51604.phpt5 mail.add_x_header = Off
21 // Calling mail() with all additional headers
22 var_dump( mail($to, $subject, $message, $additional_headers) );
/PHP-5.3/ext/filter/tests/
H A Dbug50158.phpt8 $email_address = "test=mail@example.com";
11 $email_address = "test-mail@example.com";
14 $email_address = "test+mail@example.com";
17 $email_address = "test?mail@example.com";
22 %unicode|string%(21) "test=mail@example.com"
23 %unicode|string%(21) "test-mail@example.com"
24 %unicode|string%(21) "test+mail@example.com"
25 %unicode|string%(21) "test?mail@example.com"
/PHP-5.3/ext/imap/tests/
H A DREADME2 Many of the tests in this directory require a mail server to be running, if there is no mail server…
9 …ething.com. It's also necessary to set up one additional user ID (vmail) to own the mail directory.
22 mail_location = maildir:/home/vmail/mail/%d/%n/Maildir
37 args = uid=11459 gid=1002 home=/home/vmail/dovecot/mail/%d/%n
/PHP-5.3/ext/standard/
H A Dphp_mail.h24 PHP_FUNCTION(mail);
25 PHP_MINFO_FUNCTION(mail);
/PHP-5.3/ext/mbstring/tests/
H A Doverload01.phpt6 if (!function_exists("mail")) {
7 die('skip mail() function is not available.');
H A Doverload02.phpt6 if (!function_exists("mail")) {
7 die('skip mail() function is not available.');
/PHP-5.3/
H A DREADME.SUBMITTING_PATCH28 getting lost in the PHP mail archives.
32 and discuss it on the development mail list internals@lists.php.net.
49 Please make the mail subject prefix "[PATCH]". If attaching a patch,
59 the PHP mail archives.
61 If your change is large, then first discuss it with the mail list
72 Please make the mail subject prefix "[PATCH]". Include the bug id(s)
83 getting lost in the PHP mail archives.
87 and discuss it on the development mail list pecl-dev@lists.php.net.
88 PECL mail list subscription is explained on
169 - Did I send the patch to the right mail list?
[all …]
/PHP-5.3/ext/standard/tests/math/
H A Dlog.phpt5 echo "On failure, please mail result to php-dev@lists.php.net\n";
32 On failure, please mail result to php-dev@lists.php.net
/PHP-5.3/ext/posix/tests/
H A Dposix_times.phpt7 Falko Menge, mail at falko-menge dot de

Completed in 26 milliseconds

1234