Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 13 of 13) sorted by relevance

/PHP-7.0/ext/date/tests/
H A Dgmdate_variation4.phpt17 echo "\n-- Testing gmdate() function with partial textual representation of day --\n";
34 -- Testing gmdate() function with partial textual representation of day --
/PHP-7.0/ext/standard/tests/url/
H A Dbug68917.phpt2 Bug #68917 (parse_url fails on some partial urls)
/PHP-7.0/ext/oci8/tests/
H A Ddefine4.phpt2 oci_define_by_name() on partial number of columns
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c472 if (md->partial != 0 && eptr >= md->end_subject && \
476 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
480 if (md->partial != 0 && eptr > md->start_used_ptr) \
483 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
2118 if (md->partial != 0 && in match()
2162 if (md->partial != 0 && in match()
2305 if (md->partial != 0 && in match()
2841 if (slength == -2 && md->partial != 0 && in match()
4390 if (md->partial != 0 && in match()
4643 if (md->partial != 0 && in match()
[all …]
H A DNEWS154 . The JIT compiler now supports partial matching and the (*MARK) and
281 enhancements. Restrictions on patterns used for partial matching have been
282 removed, extra information is given for partial matches, the partial matching
283 process has been improved, and an option to make a partial match override a
497 better for partial matching. The pcrematching man page discusses the
542 request "partial" matching. A special return code is given if all of the
561 makes some UTF-8 handling easier, and makes the support of partial matching
H A DChangeLog838 in partial multi-segment matching, at least one character from the old
1127 (c) \X did not give a hard partial match after matching one or more
1131 a partial match for the string "\r".
1394 change is that for partial matches, the last encountered mark name is
1852 4. A partial match never returns an empty string (because you can always
1857 example, /(?<=abc)def/ gives a partial match for the subject "abc"
2318 earlier partial match, unless partial matching was again requested. For
2323 13. The string returned by pcre_dfa_exec() after a partial match has been
3828 1. When using the partial match feature with pcre_dfa_exec(), it was not
4189 including restarting after a partial match.
[all …]
H A Dpcre_internal.h2548 int partial; /* PARTIAL options */ member
H A Dpcre_jit_compile.c5993 struct sljit_jump *partial; in compile_ref_matchingpath() local
6049 partial = CMP(SLJIT_GREATER, STR_PTR, 0, STR_END, 0); in compile_ref_matchingpath()
6051 add_jump(compiler, backtracks, partial); in compile_ref_matchingpath()
6059 JUMPHERE(partial); in compile_ref_matchingpath()
6063 partial = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, 0); in compile_ref_matchingpath()
6067 JUMPHERE(partial); in compile_ref_matchingpath()
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt164 pcrepartial details of the partial matching facility
3689 pcrepartial documentation for details of partial matching.
3696 onwards, there are no restrictions on partial matching.
4702 (i) The partial matching facility is PCRE-specific.
8407 three modes (normal, soft partial, hard partial). When pcre_exec() is
8772 abled for partial matching.
8811 two partial matching options are set.
8816 identifies a partial match, the partial match is remembered, but match-
8858 Comparing hard and soft partial matching
8930 then the partial match takes precedence.
[all …]
/PHP-7.0/main/
H A Drfc1867.c593 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr() argument
605 if (memcmp(needle, ptr, needlen < len ? needlen : len) == 0 && (partial || len >= needlen)) { in php_ap_memstr()
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestinput23534 /-- After a partial match, the behaviour is as for a failure. --/
H A Dtestoutput212055 /-- After a partial match, the behaviour is as for a failure. --/
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic6192 >>>48 lelong&0x3 1 partial store ordering,
20558 0 string LibvirtQemudPart Libvirt QEMU partial Suspend Image

Completed in 178 milliseconds