Home
last modified time | relevance | path

Searched refs:backtrack (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c95 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
179 if (!backtrack) { in zend_accel_blacklist_update_regexp()
182 p = backtrack; in zend_accel_blacklist_update_regexp()
204 backtrack = p; in zend_accel_blacklist_update_regexp()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6087 backtrack_common *backtrack; in compile_ref_iterator_matchingpath() local
6293 backtrack_common *backtrack; in compile_recurse_matchingpath() local
6413 backtrack_common *backtrack; in compile_callout_matchingpath() local
6984 backtrack_common *backtrack; in compile_bracket_matchingpath() local
7525 backtrack_common *backtrack; in compile_bracketpos_matchingpath() local
7676 backtrack->top = NULL; in compile_bracketpos_matchingpath()
7906 backtrack_common *backtrack; in compile_iterator_matchingpath() local
8152 backtrack_common *backtrack; in compile_fail_accept_matchingpath() local
8215 backtrack_common *backtrack; in compile_control_verb_matchingpath() local
9361 assert_backtrack backtrack; in compile_braminzero_backtrackingpath() local
[all …]
H A DHACKING462 for when there is a backtrack to before the group - any captures within the
H A DChangeLog384 level as they have no backtrack points in them. The empty string test now
811 (a) Unoptimized capturing brackets incorrectly reset on backtrack.
817 after a backtrack. Also, the capture_last value is now reset after a
822 abandoned after a backtrack.
3065 12. A pattern like \X?\d or \P{L}?\d in non-UTF-8 mode could cause a backtrack
5089 > 0 => failure at this point, but backtrack if possible
/PHP-5.5/ext/mbstring/
H A Dconfig.w327 ARG_ENABLE("mbregex-backtrack", "check multibyte regex backtrack", "yes");
H A Dconfig.m474 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.5/ext/mbstring/oniguruma/doc/
H A DRE126 possessive (greedy and does not backtrack after repeated)
232 don't backtrack in subexp.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1108 When matching with the pcre_exec() function, PCRE implements backtrack-
1542 once, and never needs to backtrack (except for lookbehinds), it is pos-
4053 backtrack and try other alternatives. Ultimately, when it runs out of
7261 may cause matching to proceed, to backtrack, or to fail altogether.
7352 before each backtrack happens (in this example, 10 times).
7557 case, matching does now backtrack into A.
7602 a backtrack onto (*COMMIT).
7617 backtrack.
7643 it forces an immediate backtrack.
8040 (*FAIL) force backtrack; synonym (*F)
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1026 nested STK_REPEAT type stack can't backtrack repeat_stk[].
1573 2003/05/28: [impl] optimize stop-backtrack compiled code.
1674 should handle backtrack of MEM_END.
/PHP-5.5/
H A Dphp.ini-development952 ; http://php.net/pcre.backtrack-limit
H A Dphp.ini-production952 ; http://php.net/pcre.backtrack-limit
H A DNEWS4227 . Increased the backtrack limit from 100000 to 1000000 (Rasmus)

Completed in 148 milliseconds