Searched refs:PCRE_EXTRA (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/pcre/tests/ |
H A D | pcre_extra.phpt | 2 X (PCRE_EXTRA) modififer
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre.h | 133 #define PCRE_EXTRA 0x00000040 /* C1 */ macro
|
H A D | pcre_internal.h | 1116 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
|
H A D | pcre_compile.c | 1456 if ((options & PCRE_EXTRA) != 0) switch(c) in check_escape() 5255 if ((options & PCRE_EXTRA) != 0) in compile_branch() 7578 case CHAR_X: *optset |= PCRE_EXTRA; break; in compile_branch()
|
H A D | ChangeLog | 1970 faulted if PCRE_EXTRA is set. This mimics Perl's behaviour (the -w option 1975 that it faults them when PCRE_EXTRA is set. 5564 1. Since the (>?) facility is in Perl 5.005, don't require PCRE_EXTRA to enable 5621 2. Add (?U) and (?X) to set PCRE_UNGREEDY and PCRE_EXTRA respectively. The 5704 from gcc -Wall, and avoided calling it at all unless PCRE_EXTRA is used. 5737 as /((?>a*))*/ (a PCRE_EXTRA facility). 5756 2. Added, conditional on PCRE_EXTRA, the proposed (?>REGEX) construction. 5769 1. Added the \X "cut" facility, conditional on PCRE_EXTRA. 5817 unless PCRE_EXTRA is set. Currently this just reserves the remaining
|
/PHP-7.0/ext/pcre/ |
H A D | php_pcre.c | 449 case 'X': coptions |= PCRE_EXTRA; break; in pcre_get_compiled_regex_cache()
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2213 PCRE_EXTRA 4682 (c) If PCRE_EXTRA is set, a backslash followed by a letter with no spe- 5144 default, but cause an error if the PCRE_EXTRA option is set. Outside a 5322 default, but causes an error if PCRE_EXTRA is set. 5582 PCRE_EXTRA option is set, an "invalid escape sequence" error is gener- 5843 an error if the PCRE_EXTRA option is set. 5998 The PCRE-specific options PCRE_DUPNAMES, PCRE_UNGREEDY, and PCRE_EXTRA 9949 PCRE_EXTRA strict escape parsing N/A
|
Completed in 110 milliseconds