int type; /* MUST be the first element of this struct! */
unsigned char *arg_types; /* MUST be the second element of this struct! */
+ char *function_name; /* MUST be the third element of this struct! */
int *refcount;
int T;
- char *function_name;
zend_brk_cont_element *brk_cont_array;
int last_brk_cont;
int type; /* MUST be the first element of this struct! */
unsigned char *arg_types; /* MUST be the second element of this struct */
+ char *function_name; /* MUST be the third element of this struct */
void (*handler)(INTERNAL_FUNCTION_PARAMETERS);
- char *function_name;
} zend_internal_function;
struct {
int type; /* never used */
unsigned char *arg_types;
+ char *function_name;
} common;
zend_op_array op_array;