Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend.c538 zend_function *old_func = Z_FUNC_P(zv); in function_copy_ctor()
539 Z_FUNC_P(zv) = pemalloc(sizeof(zend_internal_function), 1); in function_copy_ctor()
540 memcpy(Z_FUNC_P(zv), old_func, sizeof(zend_internal_function)); in function_copy_ctor()
541 function_add_ref(Z_FUNC_P(zv)); in function_copy_ctor()
H A Dzend_object_handlers.c1079 fbc = Z_FUNC_P(func); in zend_check_private_int()
1208 fbc = Z_FUNC_P(func); in zend_std_get_method()
1238 zend_function *priv_fbc = Z_FUNC_P(func); in zend_std_get_method()
1290 fbc = Z_FUNC_P(func); in zend_std_get_static_method()
1720 *fptr_ptr = Z_FUNC_P(func); in zend_std_get_closure()
H A Dzend_types.h648 #define Z_FUNC_P(zval_p) Z_FUNC(*(zval_p)) macro
842 Z_FUNC_P(z) = (f); \
H A Dzend_vm_def.h3257 fbc = Z_FUNC_P(func);
3426 fbc = Z_FUNC_P(func);
3458 fbc = Z_FUNC_P(func);
7191 ZEND_ASSERT(zfunc != NULL && Z_FUNC_P(zfunc)->type == ZEND_USER_FUNCTION);
7195 if (UNEXPECTED((Z_FUNC_P(zfunc)->common.fn_flags & ZEND_ACC_STATIC) ||
7205 zend_create_closure(EX_VAR(opline->result.var), Z_FUNC_P(zfunc),
H A Dzend_execute.c2620 fbc = Z_FUNC_P(func); in zend_init_dynamic_call_string()
H A Dzend_vm_execute.h2146 fbc = Z_FUNC_P(func);
2237 fbc = Z_FUNC_P(func);
2269 fbc = Z_FUNC_P(func);
7912 ZEND_ASSERT(zfunc != NULL && Z_FUNC_P(zfunc)->type == ZEND_USER_FUNCTION);
7916 if (UNEXPECTED((Z_FUNC_P(zfunc)->common.fn_flags & ZEND_ACC_STATIC) ||
7926 zend_create_closure(EX_VAR(opline->result.var), Z_FUNC_P(zfunc),

Completed in 163 milliseconds