Searched refs:fetch_token (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/mbstring/tests/ |
H A D | bug77370.phpt | 2 Bug #77370 (Buffer overflow on mb regex functions - fetch_token)
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regparse.c | 3113 fetch_token(OnigToken* tok, UChar** src, UChar* end, ScanEnv* env) in fetch_token() function 4556 r = fetch_token(tok, &p, end, env); in parse_enclose() 4715 r = fetch_token(tok, &p, end, env); in parse_enclose() 4752 r = fetch_token(tok, &p, end, env); in parse_enclose() 5015 r = fetch_token(tok, src, end, env); in parse_exp() 5043 r = fetch_token(tok, src, end, env); in parse_exp() 5066 r = fetch_token(tok, src, end, env); in parse_exp() 5072 r = fetch_token(tok, src, end, env); in parse_exp() 5268 r = fetch_token(tok, src, end, env); in parse_exp() 5392 r = fetch_token(tok, src, end, env); in parse_subexp() [all …]
|
/PHP-7.2/ |
H A D | NEWS | 658 . Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token). (Stas) 664 . Fixed bug #77385 (buffer overflow in fetch_token). (Stas)
|
/PHP-7.2/ext/mbstring/oniguruma/ |
H A D | HISTORY | 1758 in fetch_token() and fetch_token_in_cc().
|
Completed in 34 milliseconds