Searched refs:parse_char_class (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/mbstring/oniguruma/ |
H A D | HISTORY | 5 2017/05/24: fix #60 : invalid state(CCS_VALUE) in parse_char_class() 1443 memory leak in names_clear() and parse_char_class(). 1444 2003/11/17: [bug] memory leak in parse_char_class(). 1540 in parse_char_class(). 1557 single/multi-byte decision was wrong in parse_char_class(). 1617 REG_SYN_NOT_NEWLINE_IN_NEGATIVE_CC in parse_char_class().
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regparse.c | 4190 parse_char_class(Node** np, OnigToken* tok, UChar** src, UChar* end, in parse_char_class() function 4421 r = parse_char_class(&anode, tok, &p, end, env); in parse_char_class() 5168 r = parse_char_class(np, tok, src, end, env); in parse_exp()
|
Completed in 19 milliseconds