Lines Matching defs:_zend_call_info
30 struct _zend_call_info { struct
31 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;
38 bool send_unpack; /* Parameters passed by SEND_UNPACK or SEND_ARRAY */
39 bool named_args; /* Function has named arguments */
40 bool is_prototype; /* An overridden child method may be called */
41 int num_args;
42 zend_send_arg_info arg_info[1];