Home
last modified time | relevance | path

Searched refs:subject (Results 51 – 75 of 155) sorted by relevance

1234567

/PHP-7.2/ext/standard/tests/mail/
H A Dmail_variation_alt2-win32.phpt15 /* 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_alt1-win32.phpt16 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
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);
H A Dmail_basic_alt2-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
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);
H A Dmail_basic_alt3-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
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);
H A Dmail_basic_alt4-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
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);
H A Dmail_variation_alt1-win32.phpt15 /* 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_variation_alt3-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 Dbug51604.phpt15 $subject = 'Test Subject';
22 var_dump( mail($to, $subject, $message, $additional_headers) );
H A Dmail_log.phpt23 $subject = "mail.log test";
30 var_dump(mail($to, $subject, $message, $headers));
/PHP-7.2/ext/standard/
H A Dmail.c289 char *subject=NULL; in PHP_FUNCTION() local
300 Z_PARAM_STRING(subject, subject_len) in PHP_FUNCTION()
309 MAIL_ASCIIZ_CHECK(subject, subject_len); in PHP_FUNCTION()
354 subject_r = estrndup(subject, subject_len); in PHP_FUNCTION()
368 subject_r = subject; in PHP_FUNCTION()
393 if (subject_r != subject) { in PHP_FUNCTION()
469 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd) in php_mail() argument
494 …bject: %s", zend_get_executed_filename(), zend_get_executed_lineno(), to, hdr ? hdr : "", subject); in php_mail()
545 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
604 fprintf(sendmail, "Subject: %s\n", subject); in php_mail()
/PHP-7.2/ext/pcre/tests/
H A Dpreg_replace_callback_error.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
21 $subject = 'there are 7 words in this sentence.';
24 var_dump(preg_replace_callback($regex, 'integer_word', $subject, $limit, $count, $extra_arg));
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));
H A Dpreg_match_error2.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
11 * Testing how preg_match reacts to being passed the wrong type of subject argument
H A Dpreg_match_basic_002.phpt5 /* Prototype : int preg_match ( string $pattern , string $subject [, array &$matches [, int $f…
H A Dbug41638.phpt5 $str = "repeater id='loopt' dataSrc=subject colums=2";
H A Dpreg_match_variation1.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
/PHP-7.2/ext/openssl/tests/
H A Dsni_server_key_cert.phpt51 var_dump(openssl_x509_parse($cert)['subject']['CN']);
57 var_dump(openssl_x509_parse($cert)['subject']['CN']);
63 var_dump(openssl_x509_parse($cert)['subject']['CN']);
/PHP-7.2/scripts/dev/
H A Dgenerate-phpt.phar1266 $this->subject = $method;
1365 protected $subject;
1600 $this->subject = $function;
1660 $this->subject = $function;
1687 $list = $this->subject->getExtraArgumentList();
1691 $list = $this->subject->getShortArgumentList();
1720 $this->subject = $function;
1822 $this->subject = $method;
1869 protected $subject;
2011 protected $subject;
[all …]
/PHP-7.2/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h26 ResourceBundle_object *subject; member
H A Dresourcebundle_iterator.c35 ResourceBundle_object *rb = iterator->subject; in resourcebundle_iterator_read()
163 iterator->subject = rb; in resourcebundle_get_iterator()
/PHP-7.2/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCase.php9 protected $subject; variable in gtBasicTestCase
/PHP-7.2/ext/standard/tests/strings/
H A Dbug78612.phpt2 Bug #78612 (strtr leaks memory when integer keys are used and the subject string shorter).
/PHP-7.2/ext/hash/tests/
H A Dsha3.phpt19 foreach ($subjects as $subject) {
20 echo '== ', urlencode($subject), " ==\n";
22 echo $bits, ': ', hash("sha3-$bits", $subject), "\n";
/PHP-7.2/Zend/tests/use_function/
H A Dconditional_function_declaration.phpt2 function that is conditionally defined is subject to symbol use checks
/PHP-7.2/ext/spl/tests/
H A Dobserver_001.phpt15 function update(SplSubject $subject)
17 echo $this->name . '->' . __METHOD__ . '(' . $subject->getName() . ");\n";

Completed in 51 milliseconds

1234567