Home
last modified time | relevance | path

Searched refs:subject (Results 76 – 100 of 155) sorted by relevance

1234567

/PHP-7.2/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationTestCase.php28 $statements = $this->subject->getInitialisationStatements();
/PHP-7.2/ext/mbstring/
H A DREADME9 All changes made after 2002/5/19 are subject to be
/PHP-7.2/ext/openssl/tests/
H A Dpublic.crt3 subject=/C=PL/ST=Some-State/O=Internet Widgits Pty Ltd
H A Dcapture_peer_cert_001.phpt39 var_dump(openssl_x509_parse($cert)['subject']['CN']);
/PHP-7.2/ext/standard/
H A Dphp_mail.h30 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd);
/PHP-7.2/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-7.2/ext/pcre/tests/
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]])
H A Dpreg_match_basic.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
H A Dpreg_match_all_error2.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
H A Dpreg_match_basic_edit.phpt5 /* Prototype : proto int preg_match(string pattern, string subject [, array subpatterns [, int fla…
/PHP-7.2/
H A Dheader7 | This source file is subject to version 3.01 of the PHP license, |
H A DUPGRADING.INTERNALS73 …ng *php_pcre_replace(zend_string *regex, zend_string *subject_str, char *subject, int subject_len,…
74 …pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *subject, int subject_len,…
/PHP-7.2/Zend/
H A Dheader7 | This source file is subject to version 2.00 of the Zend license, |
/PHP-7.2/ext/standard/tests/mail/
H A Dbug73203.phpt18 mail('test@example.com', 'subject', 'message', 'From: lala@example.com', '')
/PHP-7.2/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-7.2/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
3456 The subject string is passed to pcre_exec() as a pointer in subject, a
3504 subject.
3889 tions: subject is the subject string that has just been successfully
7889 $ end of subject
7892 \Z end of subject
7894 \z end of subject
8834 subject.
[all …]
/PHP-7.2/ext/spl/tests/
H A Dobserver_002.phpt48 function update(SplSubject $subject)
50 echo $this->name . '->' . __METHOD__ . '(' . $subject->getName() . ");\n";
/PHP-7.2/main/
H A Dinternal_functions.c.in7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre.h423 PCRE_SPTR subject; /* The subject being matched */ member
445 PCRE_SPTR16 subject; /* The subject being matched */ member
467 PCRE_SPTR32 subject; /* The subject being matched */ member
/PHP-7.2/ext/date/lib/
H A DLICENSE.rst11 furnished to do so, subject to the following conditions:

Completed in 61 milliseconds

1234567