Searched refs:backtracks (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 4865 detect_partial_match(common, backtracks); in compile_xclass_matchingpath() 5033 if (list != backtracks) in compile_xclass_matchingpath() 5286 detect_partial_match(common, backtracks); in compile_char1_matchingpath() 5300 detect_partial_match(common, backtracks); in compile_char1_matchingpath() 5313 detect_partial_match(common, backtracks); in compile_char1_matchingpath() 5325 detect_partial_match(common, backtracks); in compile_char1_matchingpath() 5346 detect_partial_match(common, backtracks); in compile_char1_matchingpath() 5374 detect_partial_match(common, backtracks); in compile_char1_matchingpath() 5393 detect_partial_match(common, backtracks); in compile_char1_matchingpath() 5415 detect_partial_match(common, backtracks); in compile_char1_matchingpath() [all …]
|
H A D | ChangeLog | 1334 matched, but there is a failure in C so that it backtracks to (*THEN), PCRE 2065 moved on to the rest of the pattern, a later failure that backtracks into
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2339 backtracks into a+ that can never be successful. However, if callouts 4371 This time, when matching [bc] fails, the matcher backtracks into a+ and 6711 (because there is no following "a"), it backtracks to match all but the
|
Completed in 61 milliseconds