1488
1490
extern void dump_fcall_stack(FILE *fp);
1489
1491
extern int register_exec_hook(Func_pre_exec preh, Func_post_exec posth);
1494
extern NODE *load_ext(SRCFILE *s, const char *init_func, const char *fini_func, NODE *obj);
1497
1500
#define get_scalar_argument(i, opt) get_actual_argument((i), (opt), FALSE)
1498
1501
#define get_array_argument(i, opt) get_actual_argument((i), (opt), TRUE)