Searched refs:ZEND_ACC_ARENA_ALLOCATED (Results 1 – 5 of 5) sorted by relevance
308 if (op_array->fn_flags & ZEND_ACC_ARENA_ALLOCATED) { in zend_persist_class_method_calc()
652 if (op_array->fn_flags & ZEND_ACC_ARENA_ALLOCATED) { in zend_persist_class_method()
338 #define ZEND_ACC_ARENA_ALLOCATED (1 << 25) /* | X | | */ macro
163 if (!(function->common.fn_flags & ZEND_ACC_ARENA_ALLOCATED)) { in zend_function_dtor()
78 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 25 milliseconds