Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.c648 if (Z_FUNC(p->val)->common.function_name) { in accel_copy_permanent_strings()
649 Z_FUNC(p->val)->common.function_name = new_interned_string(Z_FUNC(p->val)->common.function_name); in accel_copy_permanent_strings()
651 if (Z_FUNC(p->val)->common.arg_info && in accel_copy_permanent_strings()
652 (Z_FUNC(p->val)->common.fn_flags & (ZEND_ACC_HAS_RETURN_TYPE|ZEND_ACC_HAS_TYPE_HINTS))) { in accel_copy_permanent_strings()
654 uint32_t num_args = Z_FUNC(p->val)->common.num_args + 1; in accel_copy_permanent_strings()
655 zend_arg_info *arg_info = Z_FUNC(p->val)->common.arg_info - 1; in accel_copy_permanent_strings()
657 if (Z_FUNC(p->val)->common.fn_flags & ZEND_ACC_VARIADIC) { in accel_copy_permanent_strings()
699 if (Z_FUNC(q->val)->common.function_name) { in accel_copy_permanent_strings()
700Z_FUNC(q->val)->common.function_name = new_interned_string(Z_FUNC(q->val)->common.function_name); in accel_copy_permanent_strings()
/php-src/Zend/
H A Dzend_types.h1035 #define Z_FUNC(zval) (zval).value.func macro
1036 #define Z_FUNC_P(zval_p) Z_FUNC(*(zval_p))

Completed in 31 milliseconds