Home
last modified time | relevance | path

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

123456

/PHP-7.0/ext/standard/tests/mail/
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.0/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.0/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.0/ext/standard/
H A Dphp_mail.h28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd);
/PHP-7.0/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.0/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCase.php9 protected $subject; variable in gtBasicTestCase
H A DgtVariationTestCase.php29 $statements = $this->subject->getInitialisationStatements();
/PHP-7.0/ext/spl/tests/
H A Dobserver_001.phpt15 function update(SplSubject $subject)
17 echo $this->name . '->' . __METHOD__ . '(' . $subject->getName() . ");\n";
/PHP-7.0/ext/mbstring/
H A DREADME9 All changes made after 2002/5/19 are subject to be
/PHP-7.0/ext/openssl/tests/
H A Dpublic.crt3 subject=/C=PL/ST=Some-State/O=Internet Widgits Pty Ltd
/PHP-7.0/ext/imap/tests/
H A Dimap_rfc822_parse_headers_basic.phpt20 'subject','Subject',
34 var_dump($z->subject);
/PHP-7.0/
H A Dheader7 | This source file is subject to version 3.01 of the PHP license, |

Completed in 32 milliseconds

123456