Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/
H A Dzend_persist_calc.c308 if (op_array->fn_flags & ZEND_ACC_ARENA_ALLOCATED) { in zend_persist_class_method_calc()
H A Dzend_persist.c652 if (op_array->fn_flags & ZEND_ACC_ARENA_ALLOCATED) { in zend_persist_class_method()
/PHP-8.0/Zend/
H A Dzend_compile.h338 #define ZEND_ACC_ARENA_ALLOCATED (1 << 25) /* | X | | */ macro
H A Dzend_opcode.c163 if (!(function->common.fn_flags & ZEND_ACC_ARENA_ALLOCATED)) { in zend_function_dtor()
H A Dzend_inheritance.c78 new_function->common.fn_flags |= ZEND_ACC_ARENA_ALLOCATED; in zend_duplicate_internal_function()
1635 new_fn->common.fn_flags |= ZEND_ACC_ARENA_ALLOCATED; in zend_add_trait_method()

Completed in 38 milliseconds