Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/pcre/tests/
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…
H A D007.phpt2 preg_replace_callback() with callback that modifies subject string
H A Dpreg_replace_variation1.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_split_error2.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_log.phpt23 $subject = "mail.log test";
30 var_dump(mail($to, $subject, $message, $headers));
/PHP-5.5/ext/standard/
H A Dphp_mail.h28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd T…
/PHP-5.5/ext/ereg/regex/
H A DCOPYRIGHT2 This software is not subject to any license of the American Telephone
6 any computer system, and to alter it and redistribute it, subject
/PHP-5.5/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()
166 iterator->subject = rb; in resourcebundle_get_iterator()
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCase.php9 protected $subject; variable in gtBasicTestCase
H A DgtVariationTestCase.php29 $statements = $this->subject->getInitialisationStatements();
/PHP-5.5/ext/spl/tests/
H A Dobserver_001.phpt15 function update(SplSubject $subject)
17 echo $this->name . '->' . __METHOD__ . '(' . $subject->getName() . ");\n";
/PHP-5.5/ext/mbstring/
H A DREADME9 All changes made after 2002/5/19 are subject to be
/PHP-5.5/ext/imap/tests/
H A Dimap_rfc822_parse_headers_basic.phpt20 'subject','Subject',
34 var_dump($z->subject);
H A Dimap_headerinfo_basic.phpt20 'subject','Subject',
34 var_dump($z->subject);
/PHP-5.5/
H A Dheader7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-5.5/Zend/
H A Dheader7 | This source file is subject to version 2.00 of the Zend license, |
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt9 mixed $subject [, int &$count]);
38 class subject
44 $obj_subject = new subject;
H A Dstr_replace_basic.phpt9 mixed $subject [, int &$count]);
H A Dstr_replace_error.phpt9 mixed $subject [, int &$count]);
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1441 from the first matching point in the subject, it scans the subject
1464 subject. If the pattern
1766 point in the subject), and scans the subject just once (unless there
3457 The subject string is passed to pcre_exec() as a pointer in subject, a
3505 subject.
3890 tions: subject is the subject string that has just been successfully
7885 $ end of subject
7888 \Z end of subject
7890 \z end of subject
8787 subject.
[all …]

Completed in 174 milliseconds

123456