Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/pcre/pcrelib/
H A Dpcre_exec.c458 if (md->partial != 0 && eptr >= md->end_subject && \
462 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
466 if (md->partial != 0 && eptr > md->start_used_ptr) \
469 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
2098 if (md->partial != 0 && in match()
2142 if (md->partial != 0 && in match()
2285 if (md->partial != 0 && in match()
2779 if (slength == -2 && md->partial != 0 && in match()
4283 if (md->partial != 0 && in match()
4541 if (md->partial != 0 && in match()
[all …]
H A DNEWS49 . The JIT compiler now supports partial matching and the (*MARK) and
176 enhancements. Restrictions on patterns used for partial matching have been
177 removed, extra information is given for partial matches, the partial matching
178 process has been improved, and an option to make a partial match override a
392 better for partial matching. The pcrematching man page discusses the
437 request "partial" matching. A special return code is given if all of the
456 makes some UTF-8 handling easier, and makes the support of partial matching
H A DChangeLog181 5. Fixed several bugs concerned with partial matching of items that consist
191 (c) \X did not give a hard partial match after matching one or more
195 a partial match for the string "\r".
198 a partial match for a CR character at the end of the subject string.
458 change is that for partial matches, the last encountered mark name is
916 4. A partial match never returns an empty string (because you can always
921 example, /(?<=abc)def/ gives a partial match for the subject "abc"
1382 earlier partial match, unless partial matching was again requested. For
1387 13. The string returned by pcre_dfa_exec() after a partial match has been
3252 including restarting after a partial match.
[all …]
H A Dpcre_internal.h2496 int partial; /* PARTIAL options */ member
/PHP-5.3/ext/oci8/tests/
H A Ddefine4.phpt2 oci_define_by_name() on partial number of columns
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt148 pcrepartial details of the partial matching facility
3524 pcrepartial documentation for details of partial matching.
3531 onwards, there are no restrictions on partial matching.
4467 (i) The partial matching facility is PCRE-specific.
7897 three modes (normal, soft partial, hard partial). When pcre_exec() is
8268 abled for partial matching.
8303 two partial matching options are set.
8308 identifies a partial match, the partial match is remembered, but match-
8350 Comparing hard and soft partial matching
8422 then the partial match takes precedence.
[all …]
/PHP-5.3/main/
H A Drfc1867.c668 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr() argument
680 if (memcmp(needle, ptr, needlen < len ? needlen : len) == 0 && (partial || len >= needlen)) { in php_ap_memstr()
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput23597 /-- After a partial match, the behaviour is as for a failure. --/
H A Dtestoutput212056 /-- After a partial match, the behaviour is as for a failure. --/
/PHP-5.3/
H A DNEWS930 . Added partial syslog support (on error_log only). FR #52052. (fat)
4028 - Fixed htmlentities/htmlspecialchars not to accept partial multibyte
5674 - Fixed bug #36857 (Added support for partial content fetching to the
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic5066 >>>48 belong&0x3 1 partial store ordering,

Completed in 196 milliseconds