Searched refs:backtrack (Results 1 – 11 of 11) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 6050 backtrack_common *backtrack; in compile_ref_iterator_matchingpath() local 6256 backtrack_common *backtrack; in compile_recurse_matchingpath() local 6376 backtrack_common *backtrack; in compile_callout_matchingpath() local 6947 backtrack_common *backtrack; in compile_bracket_matchingpath() local 7488 backtrack_common *backtrack; in compile_bracketpos_matchingpath() local 7639 backtrack->top = NULL; in compile_bracketpos_matchingpath() 7864 backtrack_common *backtrack; in compile_iterator_matchingpath() local 8110 backtrack_common *backtrack; in compile_fail_accept_matchingpath() local 8173 backtrack_common *backtrack; in compile_control_verb_matchingpath() local 9320 assert_backtrack backtrack; in compile_braminzero_backtrackingpath() local [all …]
|
H A D | HACKING | 462 for when there is a backtrack to before the group - any captures within the
|
H A D | ChangeLog | 208 level as they have no backtrack points in them. The empty string test now 635 (a) Unoptimized capturing brackets incorrectly reset on backtrack. 641 after a backtrack. Also, the capture_last value is now reset after a 646 abandoned after a backtrack. 2889 12. A pattern like \X?\d or \P{L}?\d in non-UTF-8 mode could cause a backtrack 4913 > 0 => failure at this point, but backtrack if possible
|
/PHP-5.4/ext/mbstring/ |
H A D | config.w32 | 6 ARG_ENABLE("mbregex-backtrack", "check multibyte regex backtrack", "yes");
|
H A D | config.m4 | 74 AC_DEFINE([USE_COMBINATION_EXPLOSION_CHECK],1,[whether to check multibyte regex backtrack]) 349 PHP_ARG_ENABLE([mbregex_backtrack], [whether to check multibyte regex backtrack], 350 [ --disable-mbregex-backtrack 351 MBSTRING: Disable multibyte regex backtrack check], yes, no)
|
/PHP-5.4/ext/mbstring/oniguruma/doc/ |
H A D | RE | 94 possessive (greedy and does not backtrack after repeated) 201 don't backtrack in subexp.
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | HISTORY | 821 nested STK_REPEAT type stack can't backtrack repeat_stk[]. 1368 2003/05/28: [impl] optimize stop-backtrack compiled code. 1469 should handle backtrack of MEM_END.
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1097 When matching with the pcre_exec() function, PCRE implements backtrack- 1531 once, and never needs to backtrack (except for lookbehinds), it is pos- 4042 backtrack and try other alternatives. Ultimately, when it runs out of 7237 may cause matching to proceed, to backtrack, or to fail altogether. 7328 before each backtrack happens (in this example, 10 times). 7533 case, matching does now backtrack into A. 7578 a backtrack onto (*COMMIT). 7593 backtrack. 7619 it forces an immediate backtrack. 8016 (*FAIL) force backtrack; synonym (*F) [all …]
|
/PHP-5.4/ |
H A D | php.ini-development | 951 ; http://php.net/pcre.backtrack-limit
|
H A D | php.ini-production | 951 ; http://php.net/pcre.backtrack-limit
|
H A D | NEWS | 3038 . Increased the backtrack limit from 100000 to 1000000 (Rasmus)
|
Completed in 99 milliseconds