Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_API.c2321 zend_function function, *reg_function; in ZEND_END_ARG_INFO() local
2437 reg_function = malloc(sizeof(zend_internal_function)); in ZEND_END_ARG_INFO()
2441 free(reg_function); in ZEND_END_ARG_INFO()
2447 uint32_t num_args = reg_function->common.num_args; in ZEND_END_ARG_INFO()
2448 if (reg_function->common.fn_flags & ZEND_ACC_VARIADIC) { in ZEND_END_ARG_INFO()
2453 if (reg_function->common.arg_info && num_args) { in ZEND_END_ARG_INFO()
2473 if (reg_function->common.arg_info && in ZEND_END_ARG_INFO()
2477 zend_arg_info *arg_info = reg_function->common.arg_info - 1; in ZEND_END_ARG_INFO()
2484 reg_function->common.arg_info = new_arg_info + 1; in ZEND_END_ARG_INFO()
2528 scope, reg_function, lowercase_name, E_CORE_ERROR); in ZEND_END_ARG_INFO()
[all …]

Completed in 25 milliseconds