Home
last modified time | relevance | path

Searched refs:reg_function (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_API.c2702 zend_function function, *reg_function; in ZEND_END_ARG_INFO() local
2826 reg_function = malloc(sizeof(zend_internal_function)); in ZEND_END_ARG_INFO()
2830 free(reg_function); in ZEND_END_ARG_INFO()
2836 uint32_t num_args = reg_function->common.num_args; in ZEND_END_ARG_INFO()
2837 if (reg_function->common.fn_flags & ZEND_ACC_VARIADIC) { in ZEND_END_ARG_INFO()
2842 if (reg_function->common.arg_info && num_args) { in ZEND_END_ARG_INFO()
2863 if (reg_function->common.arg_info && in ZEND_END_ARG_INFO()
2867 zend_arg_info *arg_info = reg_function->common.arg_info - 1; in ZEND_END_ARG_INFO()
2874 reg_function->common.arg_info = new_arg_info + 1; in ZEND_END_ARG_INFO()
2928 scope, reg_function, lowercase_name, E_CORE_ERROR); in ZEND_END_ARG_INFO()
[all …]

Completed in 18 milliseconds