Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/skeleton/
H A Dcreate_stubs120 while (arg_type = gobble(type)) {
122 if(arg_type == "void") {
127 argtypes[num_funcs,args_max] = arg_type
140 spec_str = spec_str spec_map[arg_type]
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h749 short int arg_type; member
H A Dregcomp.c5821 return OnigOpInfo[i].arg_type; in op2arg_type()
5853 int i, n, arg_type; in onig_print_compiled_byte_code() local
5862 arg_type = op2arg_type(*bp); in onig_print_compiled_byte_code()
5863 if (arg_type != ARG_SPECIAL) { in onig_print_compiled_byte_code()
5865 switch (arg_type) { in onig_print_compiled_byte_code()

Completed in 24 milliseconds