Home
last modified time | relevance | path

Searched refs:subject (Results 101 – 125 of 155) sorted by relevance

1234567

/PHP-7.2/ext/pcre/tests/
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_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_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.2/ext/openssl/tests/
H A Dopenssl_x509_parse_basic.phpt19 ["subject"]=>
167 ["subject"]=>
/PHP-7.2/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.2/ext/fileinfo/libmagic/
H A DLICENSE9 This software is not subject to any export provision of the United States
/PHP-7.2/main/
H A Dbuild-defs.h.in7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.2/ext/phar/
H A Dphar_path_check.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.2/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt46 $envelope["subject"] = "Test msg 1";
/PHP-7.2/ext/pcre/pcrelib/
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 …]
H A DHACKING20 subject string. In the terminology of Jeffrey Friedl's book, it was a "DFA
23 the one matching the longest subset of the subject string was chosen. This did
36 maximizing (or, optionally, minimizing in Perl) the amount of the subject that
121 simultaneously for all possible matches that start at one point in the subject
175 OP_SOM, start of match (subject + offset): \G
330 mode, subject characters with values greater than 255 can be handled correctly.
479 pointer in the subject string. In ASCII mode, the count is a number of units,
H A DChangeLog242 \a and \e in test subject lines.
1311 subject.
1314 characters at the end of the subject.
1594 subject string.
3271 for patterns like [\PPP\x8a]{1,}\x80 with the subject "A\x80".
3905 "(?s)(.{1,5})"8 did this with the subject "ab".
4552 starting at the last subject character, bytes beyond the end of the subject
4919 amount of subject to be scanned is less than 1000 bytes.
5599 of the subject.
5681 must be retried after every newline in the subject.
[all …]
/PHP-7.2/
H A DREADME.SUBMITTING_PATCH60 Please make the mail subject prefix "[PATCH]". If attaching a patch,
84 Please make the mail subject prefix "[PATCH]". Include the bug id(s)
115 Please make the mail subject prefix "[PATCH] ...". Include the patch
/PHP-7.2/ext/spl/
H A Dspl.php1136 function update(SplSubject $subject); argument
H A Dspl_iterators.c2034 zend_string *result, *subject; in SPL_METHOD() local
2049 subject = zval_get_string(&intern->current.key); in SPL_METHOD()
2054 subject = zval_get_string(&intern->current.data); in SPL_METHOD()
2066 …(intern->u.regex.pce->re, intern->u.regex.pce->extra, ZSTR_VAL(subject), ZSTR_LEN(subject), 0, 0, … in SPL_METHOD()
2074 php_pcre_match_impl(intern->u.regex.pce, ZSTR_VAL(subject), ZSTR_LEN(subject), &zcount, in SPL_METHOD()
2082 …php_pcre_split_impl(intern->u.regex.pce, subject, &intern->current.data, -1, intern->u.regex.preg_… in SPL_METHOD()
2094 …result = php_pcre_replace_impl(intern->u.regex.pce, subject, ZSTR_VAL(subject), ZSTR_LEN(subject),… in SPL_METHOD()
2113 zend_string_release(subject); in SPL_METHOD()
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator_class.c307 ZEND_ARG_INFO( 0, subject )
/PHP-7.2/ext/standard/tests/mail/
H A Dmail_include.inc102 $envelope["subject"] = "Test msg $i";
/PHP-7.2/ext/imap/
H A Dphp_imap.c430 ZEND_ARG_INFO(0, subject)
2166 if (en->subject && subjectlength) { in PHP_FUNCTION()
3485 if (env->subject) { in PHP_FUNCTION()
3486 add_property_string(&myoverview, "subject", env->subject); in PHP_FUNCTION()
3583 env->subject = cpystr(Z_STRVAL_P(pvalue)); in PHP_FUNCTION()
4080 fprintf(sendmail, "Subject: %s\n", subject); in _php_imap_mail()
4104 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
4107 if (zend_parse_parameters(argc, "SSS|SSSS", &to, &subject, &message, in PHP_FUNCTION()
4119 if (!ZSTR_LEN(subject)) { in PHP_FUNCTION()
4510 if (en->subject) add_property_string(myzvalue, "subject", en->subject); in _php_make_header_object()
[all …]
/PHP-7.2/ext/pdo_oci/tests/
H A Dbug60994.phpt31 …) . 'xyz'; // 8193 chars total works fine here (even 1 million works fine, subject to memory_limit)
/PHP-7.2/ext/iconv/tests/
H A Diconv_mime_decode_variation3.phpt24 // run on both linux and windows, the subject will have to be ascii only.

Completed in 141 milliseconds

1234567