Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/standard/tests/url/
H A Dbug68917.phpt2 Bug #68917 (parse_url fails on some partial urls)
/PHP-7.2/ext/oci8/tests/
H A Ddefine4.phpt2 oci_define_by_name() on partial number of columns
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_exec.c474 if (md->partial != 0 && eptr >= md->end_subject && \
478 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
482 if (md->partial != 0 && eptr > md->start_used_ptr) \
485 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
2120 if (md->partial != 0 && in match()
2164 if (md->partial != 0 && in match()
2307 if (md->partial != 0 && in match()
2843 if (slength == -2 && md->partial != 0 && in match()
4392 if (md->partial != 0 && in match()
4645 if (md->partial != 0 && in match()
[all …]
H A DNEWS175 . The JIT compiler now supports partial matching and the (*MARK) and
302 enhancements. Restrictions on patterns used for partial matching have been
303 removed, extra information is given for partial matches, the partial matching
304 process has been improved, and an option to make a partial match override a
518 better for partial matching. The pcrematching man page discusses the
563 request "partial" matching. A special return code is given if all of the
582 makes some UTF-8 handling easier, and makes the support of partial matching
H A DChangeLog1024 in partial multi-segment matching, at least one character from the old
1313 (c) \X did not give a hard partial match after matching one or more
1317 a partial match for the string "\r".
1580 change is that for partial matches, the last encountered mark name is
2038 4. A partial match never returns an empty string (because you can always
2043 example, /(?<=abc)def/ gives a partial match for the subject "abc"
2504 earlier partial match, unless partial matching was again requested. For
2509 13. The string returned by pcre_dfa_exec() after a partial match has been
4014 1. When using the partial match feature with pcre_dfa_exec(), it was not
4375 including restarting after a partial match.
[all …]
H A Dpcre_internal.h2548 int partial; /* PARTIAL options */ member
H A Dpcre_jit_compile.c6762 struct sljit_jump *partial; in compile_ref_matchingpath() local
6818 partial = CMP(SLJIT_GREATER, STR_PTR, 0, STR_END, 0); in compile_ref_matchingpath()
6820 add_jump(compiler, backtracks, partial); in compile_ref_matchingpath()
6828 JUMPHERE(partial); in compile_ref_matchingpath()
6832 partial = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, 0); in compile_ref_matchingpath()
6836 JUMPHERE(partial); in compile_ref_matchingpath()
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt164 pcrepartial details of the partial matching facility
3688 pcrepartial documentation for details of partial matching.
3695 onwards, there are no restrictions on partial matching.
4701 (i) The partial matching facility is PCRE-specific.
8427 three modes (normal, soft partial, hard partial). When pcre_exec() is
8819 abled for partial matching.
8858 two partial matching options are set.
8863 identifies a partial match, the partial match is remembered, but match-
8905 Comparing hard and soft partial matching
8977 then the partial match takes precedence.
[all …]
/PHP-7.2/main/
H A Drfc1867.c595 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr() argument
607 if (memcmp(needle, ptr, needlen < len ? needlen : len) == 0 && (partial || len >= needlen)) { in php_ap_memstr()
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.re300 To avoid partial match, NUL is added here */
/PHP-7.2/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.2/ext/fileinfo/tests/
H A Dmagic7995 >0 lelong&0x3 1 partial store ordering,
24282 0 string LibvirtQemudPart Libvirt QEMU partial Suspend Image
H A Dmagic私はガラスを食べられます7995 >0 lelong&0x3 1 partial store ordering,
24282 0 string LibvirtQemudPart Libvirt QEMU partial Suspend Image

Completed in 215 milliseconds