Searched defs:_zend_call_info (Results 1 – 1 of 1) sorted by relevance
30 struct _zend_call_info { struct31 zend_op_array *caller_op_array;32 zend_op *caller_init_opline;33 zend_op *caller_call_opline;34 zend_function *callee_func;35 zend_call_info *next_caller;36 zend_call_info *next_callee;37 bool recursive;39 bool named_args; /* Function has named arguments */41 int num_args;[all …]
Completed in 8 milliseconds