Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/spl/tests/
H A Dobserver_002.phpt48 function update(SplSubject $subject)
50 echo $this->name . '->' . __METHOD__ . '(' . $subject->getName() . ");\n";
/PHP-5.5/ext/pcre/tests/
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…
H A Dpreg_match_all_edit_basic.phpt5 /* Prototype : proto int preg_match_all(string pattern, string subject, array subpatterns [, int f…
H A Dpreg_split_basic.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
H A Dpreg_replace_callback_basic.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_match_all_basic.phpt6 * proto int preg_match_all(string pattern, string subject, [array subpatterns [, int flags [, int o…
H A Dpreg_replace_basic.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_replace_edit_basic.phpt5 /* Prototype : proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [,…
/PHP-5.5/main/
H A Dinternal_functions.c.in7 | This source file is subject to version 3.01 of the PHP license, |
H A Dbuild-defs.h.in7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-5.5/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
H A Dpcre_exec.c1303 cb.subject = (PCRE_SPTR)md->start_subject; in match()
1305 cb.subject = (PCRE_SPTR16)md->start_subject; in match()
1307 cb.subject = (PCRE_SPTR32)md->start_subject; in match()
1713 cb.subject = (PCRE_SPTR)md->start_subject; in match()
1715 cb.subject = (PCRE_SPTR16)md->start_subject; in match()
1717 cb.subject = (PCRE_SPTR32)md->start_subject; in match()
6465 NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset])) in pcre_exec()
6554 md->start_subject = (PCRE_PUCHAR)subject; in pcre_exec()
7022 if (start_match > (PCRE_PUCHAR)subject + start_offset && in pcre_exec()
7147 offsets[0] = (int)(start_partial - (PCRE_PUCHAR)subject); in pcre_exec()
[all …]
/PHP-5.5/ext/openssl/tests/
H A Dopenssl_x509_parse_basic_v9.phpt18 ["subject"]=>
149 ["subject"]=>
H A Dopenssl_x509_parse_basic.phpt18 ["subject"]=>
164 ["subject"]=>
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt9 mixed $subject [, int &$count]);
15 $subject = "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE\000
55 $subject
62 var_dump( str_replace($search_str[$i], "FOUND", $subject, $count) );
H A Dstr_replace.phpt9 mixed $subject [, int &$count]);
50 $subject = "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE\000
90 $subject
97 var_dump( str_replace($search_str[$i], "FOUND", $subject, $count) );
125 class subject
131 $obj_subject = new subject;
H A Dstr_replace_variation1.phpt9 mixed $subject [, int &$count]);
/PHP-5.5/ext/fileinfo/libmagic/
H A DLICENSE9 This software is not subject to any export provision of the United States
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt46 $envelope["subject"] = "Test msg 1";
/PHP-5.5/ext/phar/
H A Dphar_path_check.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-5.5/
H A DREADME.SUBMITTING_PATCH49 Please make the mail subject prefix "[PATCH]". If attaching a patch,
83 Please make the mail subject prefix "[PATCH]". Include the bug id(s)
114 Please make the mail subject prefix "[PATCH] ...". Include the patch
/PHP-5.5/ext/standard/
H A Dstring.c3890 convert_to_string_ex(subject);
3892 if (Z_STRLEN_PP(subject) == 0) {
3900 MAKE_COPY_ZVAL(subject, result);
3971 php_char_to_str_ex(Z_STRVAL_PP(subject),
3972 Z_STRLEN_PP(subject),
3980 Z_STRVAL_P(result) = php_str_to_str_ex(Z_STRVAL_PP(subject), Z_STRLEN_PP(subject),
3984 MAKE_COPY_ZVAL(subject, result);
4008 SEPARATE_ZVAL(subject);
4019 if (Z_TYPE_PP(subject) == IS_ARRAY) {
4021 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(subject));
[all …]
/PHP-5.5/ext/spl/
H A Dspl.php1136 function update(SplSubject $subject); argument

Completed in 80 milliseconds

123456