Home
last modified time | relevance | path

Searched refs:PCRE_PARTIAL_HARD (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre.h169 #define PCRE_PARTIAL_HARD 0x08000000 /* E D J */ macro
H A Dpcre_internal.h1124 PCRE_NO_UTF8_CHECK|PCRE_PARTIAL_HARD|PCRE_PARTIAL_SOFT|PCRE_NEWLINE_BITS| \
1129 PCRE_NO_UTF8_CHECK|PCRE_PARTIAL_HARD|PCRE_PARTIAL_SOFT|PCRE_DFA_SHORTEST| \
1139 PCRE_NOTEMPTY_ATSTART|PCRE_PARTIAL_SOFT|PCRE_PARTIAL_HARD)
H A DNEWS243 . Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and
247 bad UTF-8 sequence and one that is incomplete when using PCRE_PARTIAL_HARD.
H A DChangeLog1785 46. The pattern /.(*F)/, when applied to "abc" with PCRE_PARTIAL_HARD, gave a
1789 47. The pattern /f.*/8s, when applied to "for" with PCRE_PARTIAL_HARD, gave a
1860 5. Changes have been made to the way PCRE_PARTIAL_HARD affects the matching
1862 previously a full match would be given. However, setting PCRE_PARTIAL_HARD
1866 /t\b/ matched against "cat" with PCRE_PARTIAL_HARD set did return a partial
1924 bad UTF-8 sequence and one that is incomplete when using PCRE_PARTIAL_HARD.
2305 PCRE_PARTIAL_HARD, which causes a partial match to supersede a full match,
H A Dpcre_exec.c6432 md->partial = ((options & PCRE_PARTIAL_HARD) != 0)? 2 : in pcre_exec()
H A Dpcre_jit_compile.c10424 if ((options & PCRE_PARTIAL_HARD) != 0) in PRIV()
10516 if ((options & PCRE_PARTIAL_HARD) != 0) in pcre_jit_exec()
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt3238 PCRE_NO_START_OPTIMIZE, PCRE_NO_UTF8_CHECK, PCRE_PARTIAL_HARD, and
3244 PCRE_NOTEMPTY_ATSTART, PCRE_PARTIAL_HARD, and PCRE_PARTIAL_SOFT. If an
3411 PCRE_ERROR_BADUTF8 or, if PCRE_PARTIAL_HARD is set and the problem is a
3430 PCRE_PARTIAL_HARD
3437 this happens when PCRE_PARTIAL_SOFT (but not PCRE_PARTIAL_HARD) is set,
4139 PCRE_PARTIAL_HARD
8839 PCRE_PARTIAL_HARD WITH pcre_exec() OR pcre[16|32]_exec()
8856 PCRE_PARTIAL_HARD is set.
8912 "dogsbody", and so return that when PCRE_PARTIAL_HARD is set.
8975 line, the PCRE_PARTIAL_HARD option is set for the match.
[all …]

Completed in 115 milliseconds