Lines Matching refs:zend_function

64 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_deprecated_function(const zend_function *fbc);
66 ZEND_COLD void ZEND_FASTCALL zend_param_must_be_ref(const zend_function *func, uint32_t arg_num);
95 const zend_function *zf, const zend_arg_info *arg_info, uint32_t arg_num, zval *value);
97 const zend_function *zf, zval *value);
99 const zend_function *zf);
105 ZEND_API bool zend_internal_call_should_throw(zend_function *fbc, zend_execute_data *call);
106 ZEND_API ZEND_COLD void zend_internal_call_arginfo_violation(zend_function *fbc);
107 ZEND_API bool zend_verify_internal_return_type(zend_function *zf, zval *ret);
254 … zend_vm_init_call_frame(zend_execute_data *call, uint32_t call_info, zend_function *func, uint32_… in zend_vm_init_call_frame()
263 …_vm_stack_push_call_frame_ex(uint32_t used_stack, uint32_t call_info, zend_function *func, uint32_… in zend_vm_stack_push_call_frame_ex()
281 static zend_always_inline uint32_t zend_vm_calc_used_stack(uint32_t num_args, zend_function *func) in zend_vm_calc_used_stack()
291 … zend_execute_data *zend_vm_stack_push_call_frame(uint32_t call_info, zend_function *func, uint32_… in zend_vm_stack_push_call_frame()
374 ZEND_API const char *get_function_arg_name(const zend_function *func, uint32_t arg_num);
376 ZEND_API zend_string *get_function_or_method_name(const zend_function *func);
391 ZEND_API zend_function * ZEND_FASTCALL zend_fetch_function(zend_string *name);
392 ZEND_API zend_function * ZEND_FASTCALL zend_fetch_function_str(const char *name, size_t len);