Home
last modified time | relevance | path

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

/PHP-8.3/Zend/Optimizer/
H A Doptimize_func_calls.c83 && !(func->op_array.fn_flags & (ZEND_ACC_TRAIT_CLONE)) in zend_try_inline_call()
H A Dzend_optimizer.c890 && !(op_array->fn_flags & ZEND_ACC_TRAIT_CLONE) in zend_optimizer_get_called_func()
1441 && !(op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)) { in zend_foreach_op_array()
H A Dzend_inference.c2440 if (opline->op1_type == IS_UNUSED && !(op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)) { in zend_fetch_prop_info()
3741 if (!(op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)) { in _zend_update_type_info()
/PHP-8.3/ext/opcache/
H A Dzend_persist.c737 … if (!op_array->scope || (op_array->scope == ce && !(op_array->fn_flags & ZEND_ACC_TRAIT_CLONE))) { in zend_persist_class_method()
1265 && !(op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)) { in zend_accel_persist_class_table()
1282 || (op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)) in zend_accel_persist_class_table()
H A DZendAccelerator.c4146 if (!(op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)) {
4158 if (op_array->fn_flags & ZEND_ACC_TRAIT_CLONE) {
/PHP-8.3/Zend/
H A Dzend_compile.h340 #define ZEND_ACC_TRAIT_CLONE (1 << 20) /* | X | | */ macro
H A Dzend_inheritance.c2010 new_fn->common.fn_flags |= ZEND_ACC_TRAIT_CLONE; in zend_add_trait_method()
3190 ZEND_ASSERT(ce->__tostring->common.fn_flags & ZEND_ACC_TRAIT_CLONE); in zend_do_link_class()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c640 if ((on_this && (op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)) || in zend_get_known_property_info()
703 if (!ce || (ce->ce_flags & ZEND_ACC_TRAIT) || (op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)) { in zend_may_be_dynamic_property()
H A Dzend_jit_trace.c6783 if (op_array->fn_flags & ZEND_ACC_TRAIT_CLONE) { in zend_jit_trace()
H A Dzend_jit_arm64.dasc9178 if ((op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)
H A Dzend_jit_x86.dasc9891 if ((op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)

Completed in 136 milliseconds