Home
last modified time | relevance | path

Searched refs:num_call (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.h292 int num_call; member
H A Dregcomp.c703 reg->num_call > 0 || in compile_range_repeat_node()
5344 if (scan_env.num_call > 0) { in onig_compile()
5345 r = unset_addr_list_init(&uslist, scan_env.num_call); in onig_compile()
5355 reg->num_call = scan_env.num_call; in onig_compile()
5358 reg->num_call = 0; in onig_compile()
5381 || scan_env.num_call == 0 in onig_compile()
5420 if (scan_env.num_call > 0) { in onig_compile()
5437 else if (scan_env.num_call > 0) { in onig_compile()
5455 if (scan_env.num_call > 0) { in onig_compile()
H A Doniguruma.h674 int num_call; /* number of subexp call */ member
H A Dregparse.c981 env->num_call = 0; in scan_env_clear()
5237 env->num_call++; in parse_exp()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY464 2006/08/17: [bug] should check scan_env.num_call > 0 for backrefed pattern
1700 2003/05/26: [impl] add num_call member to regex_t.

Completed in 48 milliseconds