Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/standard/tests/url/
H A Dbug68917.phpt2 Bug #68917 (parse_url fails on some partial urls)
/PHP-5.5/ext/oci8/tests/
H A Ddefine4.phpt2 oci_define_by_name() on partial number of columns
/PHP-5.5/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 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.h2552 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-5.5/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-5.5/main/
H A Drfc1867.c583 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr() argument
595 if (memcmp(needle, ptr, needlen < len ? needlen : len) == 0 && (partial || len >= needlen)) { in php_ap_memstr()
/PHP-5.5/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-5.5/
H A DNEWS453 . Fixed bug #68917 (parse_url fails on some partial urls). (Wei Dai)
1865 . Fixed bug #64565 (copy doesn't report failure on partial copy). (Remi)
3980 . Added partial syslog support (on error_log only). FR #52052. (fat)
7078 - Fixed htmlentities/htmlspecialchars not to accept partial multibyte
8724 - Fixed bug #36857 (Added support for partial content fetching to the
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic5551 >>>48 lelong&0x3 1 partial store ordering,

Completed in 181 milliseconds