Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c99 match_data->memctl.free((void *)match_data->subject, in pcre2_match_data_free()
H A Dpcre2_substring.c129 memcpy(buffer, match_data->subject + match_data->ovector[stringnumber*2], in pcre2_substring_copy_bynumber()
221 memcpy(yield, match_data->subject + match_data->ovector[stringnumber*2], in pcre2_substring_get_bynumber()
422 if (size != 0) memcpy(sp, match_data->subject + ovector[i], CU2BYTES(size)); in pcre2_substring_list_get()
/PHP-7.4/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-7.4/ext/openssl/tests/
H A Dcapture_peer_cert_001.phpt39 var_dump(openssl_x509_parse($cert)['subject']['CN']);
H A Dopenssl_x509_parse_basic.phpt19 ["subject"]=>
167 ["subject"]=>
/PHP-7.4/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_replace_callback_basic.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_split_basic.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
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_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-7.4/ext/imap/tests/
H A Dbug80710_1.phpt12 $envelope["subject"] = "bar@example.com\n\n From : X-INJECTED";
H A Dbug80710_2.phpt12 $envelope["subject"] = "bar@example.com\n\n From : X-INJECTED";
H A Dimap_fetch_overview_variation6.phpt46 $envelope["subject"] = "Test msg 1";
/PHP-7.4/ext/spl/tests/
H A Dobserver_002.phpt48 function update(SplSubject $subject)
50 echo $this->name . '->' . __METHOD__ . '(' . $subject->getName() . ");\n";
/PHP-7.4/ext/date/lib/
H A DLICENSE.rst11 furnished to do so, subject to the following conditions:
/PHP-7.4/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-7.4/ext/fileinfo/libmagic/
H A DLICENSE9 This software is not subject to any export provision of the United States
/PHP-7.4/ext/phar/
H A Dphar_path_check.re7 | This source file is subject to version 3.01 of the PHP license, |

Completed in 33 milliseconds

123456