Home
last modified time | relevance | path

Searched refs:subject (Results 26 – 50 of 137) sorted by relevance

123456

/PHP-7.4/ext/standard/tests/mail/
H A Dbug69874_2.phpt13 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
23 $subject = 'Test Subject';
29 var_dump( mail($to, $subject, $message, '') );
H A Dbug66535.phpt13 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
23 $subject = 'Test Subject';
29 var_dump( mail($to, $subject, $message) );
H A Dbug80751.phpt16 function find_and_delete_message($username, $subject) {
33 if ($info->subject === $subject) {
56 $subject = bin2hex(random_bytes(16));
62 $res = mail($to, $subject, $message, $headers);
70 if (!find_and_delete_message("$user@$domain", $subject)) {
H A Dmail_basic2.phpt13 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
24 $subject = 'Test Subject';
33 var_dump( mail($to, $subject, $message, $additional_headers, $additional_parameters) );
H A Dmail_basic_alt2-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
26 $subject = "$subject_prefix: Basic PHPT test for mail() function";
29 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
35 $res = mail($to, $subject, $message, $extra_headers);
H A Dmail_basic_alt3-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
26 $subject = "$subject_prefix: Basic PHPT test for mail() function";
29 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
35 $res = mail($to, $subject, $message, $extra_headers);
H A Dmail_variation_alt3-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
29 $subject = "$subject_prefix: Basic PHPT test for mail() function";
32 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
36 $res = mail($to, $subject, $message);
H A Dmail_basic7.phpt13 /* Prototype : int mail(string to, string subject, string message [, mixed additional_headers [, s…
27 $subject = 'Test Subject';
43 var_dump( mail($to, $subject, $message, $additional_headers) );
52 $subject = 'Test Subject';
70 var_dump( mail($to, $subject, $message, $additional_headers) );
79 $subject = 'Test Subject';
95 var_dump( mail($to, $subject, $message, $additional_headers) );
104 $subject = 'Test Subject';
123 var_dump( mail($to, $subject, $message, $additional_headers) );
H A Dbug51604.phpt15 $subject = 'Test Subject';
22 var_dump( mail($to, $subject, $message, $additional_headers) );
H A Dmail_basic_alt1-win32.phpt16 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
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);
H A Dmail_basic_alt4-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
26 $subject = "$subject_prefix: Basic PHPT test for mail() function";
29 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
36 $res = mail($to, $subject, $message, $extra_headers, $extra_parameters);
H A Dmail_variation_alt1-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
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);
H A Dmail_variation_alt2-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
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);
/PHP-7.4/ext/iconv/tests/
H A Dbug53891.phpt16 var_dump(iconv_mime_encode('subject', "d obeybiubrsfqllpdtpge…", $preferences));
20 string(54) "subject: =?utf-8?Q?d=20obeybiubrsfqllpdtpge=E2=80=A6?="
/PHP-7.4/ext/pcre/tests/
H A Dbug72463.phpt14 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", "");
15 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", NULL);
H A Dbug72463_2.phpt14 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", "");
15 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", NULL);
H A Dpreg_replace_error1.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
21 $subject = 'a';
24 var_dump(preg_replace($regex_value, $replace, $subject));
28 var_dump(preg_replace($regex_value, $replace, $subject));
H A Dpreg_split_error1.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
20 $subject = '1 2 a 3 4 b 5 6';
23 var_dump(preg_split($regex_value, $subject));
26 var_dump(preg_split($regex_value, $subject));
H A Dpreg_match_error1.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
20 $subject = 'this is a test';
23 var_dump(preg_match($regex_value, $subject));
26 var_dump(preg_match($regex_value, $subject));
H A Dpreg_match_all_error1.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
20 $subject = 'test';
23 var_dump(preg_match_all($regex_value, $subject, $matches1));
27 var_dump(preg_match_all($regex_value, $subject, $matches));
H A Dpreg_replace_callback_error1.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
24 $subject = 'number 1.';
27 var_dump(preg_replace_callback($regex_value, 'integer_word', $subject));
/PHP-7.4/ext/openssl/tests/
H A Dbug64802.phpt2 Bug #64802: openssl_x509_parse fails to parse subject properly in some cases
12 var_dump($r['subject']['commonName']);
H A Dsni_server.phpt42 var_dump(openssl_x509_parse($cert)['subject']['CN']);
48 var_dump(openssl_x509_parse($cert)['subject']['CN']);
54 var_dump(openssl_x509_parse($cert)['subject']['CN']);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c311 scb.input = subject; in pcre2_substitute()
317 if (length == PCRE2_ZERO_TERMINATED) length = PRIV(strlen)(subject); in pcre2_substitute()
351 if (!replacement_only) CHECKMEMCPY(subject, start_offset); in pcre2_substitute()
392 if (subject[start_offset-1] == CHAR_CR && in pcre2_substitute()
396 subject[start_offset] == CHAR_LF) in pcre2_substitute()
408 (subject[start_offset] & 0xfc00) == 0xdc00) in pcre2_substitute()
417 if (!replacement_only) CHECKMEMCPY(subject + save_start, fraglength); in pcre2_substitute()
466 if (!replacement_only) CHECKMEMCPY(subject + start_offset, fraglength); in pcre2_substitute()
751 subptr = subject + ovector[group*2]; in pcre2_substitute()
752 subptrend = subject + ovector[group*2 + 1]; in pcre2_substitute()
[all …]
/PHP-7.4/ext/standard/
H A Dmail.c283 char *subject=NULL; in PHP_FUNCTION() local
294 Z_PARAM_STRING(subject, subject_len) in PHP_FUNCTION()
303 MAIL_ASCIIZ_CHECK(subject, subject_len); in PHP_FUNCTION()
348 subject_r = estrndup(subject, subject_len); in PHP_FUNCTION()
362 subject_r = subject; in PHP_FUNCTION()
387 if (subject_r != subject) { in PHP_FUNCTION()
463 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd) in php_mail() argument
488 …bject: %s", zend_get_executed_filename(), zend_get_executed_lineno(), to, hdr ? hdr : "", subject); in php_mail()
539 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
598 fprintf(sendmail, "Subject: %s\n", subject); in php_mail()

Completed in 28 milliseconds

123456