Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/tests/
H A Ddollar_endonly.phpt2 D (PCRE_DOLLAR_ENDONLY) modififer
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre.h129 #define PCRE_DOLLAR_ENDONLY 0x00000020 /* C2 */ macro
H A Dpcre_internal.h1166 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
H A Dpcre_exec.c6432 md->endonly = (re->options & PCRE_DOLLAR_ENDONLY) != 0; in pcre_exec()
H A DChangeLog1522 10. The PCRE_DOLLAR_ENDONLY option was not working when pcre_dfa_exec() was
4870 PCRE_DOLLAR_ENDONLY is provided to override this (but not in multiline
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c357 case 'D': coptions |= PCRE_DOLLAR_ENDONLY;break; in pcre_get_compiled_regex_cache()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2086 PCRE_DOLLAR_ENDONLY
2091 before any other newlines). The PCRE_DOLLAR_ENDONLY option is ignored
2193 the string, or before a terminating newline (unless PCRE_DOLLAR_ENDONLY
4444 (b) If PCRE_DOLLAR_ENDONLY is set and PCRE_MULTILINE is not set, the $
5325 very end of the string, by setting the PCRE_DOLLAR_ENDONLY option at
5342 pcre_exec() is non-zero. The PCRE_DOLLAR_ENDONLY option is ignored if
9135 lent for PCRE_DOLLAR_ENDONLY in Perl. In both PCRE and Perl, there is
9139 PCRE_DOTALL and PCRE_DOLLAR_ENDONLY, but there is no way to make PCRE
9407 PCRE_DOLLAR_ENDONLY $ matches only at end N/A

Completed in 71 milliseconds