Searched defs:_zend_function_entry (Results 1 – 1 of 1) sorted by relevance
35 typedef struct _zend_function_entry { struct36 const char *fname;37 void (*handler)(INTERNAL_FUNCTION_PARAMETERS);38 const struct _zend_arg_info *arg_info;39 zend_uint num_args;40 zend_uint flags;
Completed in 14 milliseconds