Home
last modified time | relevance | path

Searched refs:PCRE_DOLLAR_ENDONLY (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/pcre/tests/
H A Ddollar_endonly.phpt2 D (PCRE_DOLLAR_ENDONLY) modififer
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h132 #define PCRE_DOLLAR_ENDONLY 0x00000020 /* C2 */ macro
H A Dpcre_internal.h1120 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
H A Dpcre_exec.c6559 md->endonly = (re->options & PCRE_DOLLAR_ENDONLY) != 0; in pcre_exec()
H A DChangeLog2459 10. The PCRE_DOLLAR_ENDONLY option was not working when pcre_dfa_exec() was
5807 PCRE_DOLLAR_ENDONLY is provided to override this (but not in multiline
H A Dpcre_jit_compile.c9870 common->endonly = (re->options & PCRE_DOLLAR_ENDONLY) != 0; in PRIV()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c382 case 'D': coptions |= PCRE_DOLLAR_ENDONLY;break; in pcre_get_compiled_regex_cache()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2152 PCRE_DOLLAR_ENDONLY
2157 before any other newlines). The PCRE_DOLLAR_ENDONLY option is ignored
2270 before a terminating newline (except when PCRE_DOLLAR_ENDONLY is set).
4679 (b) If PCRE_DOLLAR_ENDONLY is set and PCRE_MULTILINE is not set, the $
5655 very end of the string, by setting the PCRE_DOLLAR_ENDONLY option at
5672 pcre_exec() is non-zero. The PCRE_DOLLAR_ENDONLY option is ignored if
9676 lent for PCRE_DOLLAR_ENDONLY in Perl. In both PCRE and Perl, there is
9680 PCRE_DOTALL and PCRE_DOLLAR_ENDONLY, but there is no way to make PCRE
9948 PCRE_DOLLAR_ENDONLY $ matches only at end N/A

Completed in 112 milliseconds