Searched refs:active_class_entry (Results 1 – 5 of 5) sorted by relevance
2 active_class_entry must be always correct (__METHOD__ should not depend on declaring function ce)
69 zend_class_entry *active_class_entry; member
375 CG(active_class_entry) = NULL; in zend_init_compiler_data_structures()1488 if (!CG(active_class_entry)) { in zend_is_scope_known()1501 if (!CG(active_class_entry)) { in class_name_refers_to_active_ce()1590 if (CG(active_class_entry) && CG(active_class_entry)->parent_name in zend_try_compile_const_expr_resolve_class_name()4440 && (!CG(active_class_entry) || (CG(active_class_entry)->ce_flags & ZEND_ACC_LINKED)) in zend_get_compatible_func_or_null()4498 if (!ce && CG(active_class_entry) in zend_compile_static_call()4500 ce = CG(active_class_entry); in zend_compile_static_call()4505 ce = CG(active_class_entry); in zend_compile_static_call()6969 CG(active_class_entry) = NULL; in zend_compile_func_decl()7337 if (CG(active_class_entry)) { in zend_compile_class_decl()[all …]
1169 CG(active_class_entry) = NULL; in BEGIN_EXTERN_C()1378 saved_class_entry = CG(active_class_entry); in zend_error_impl()1379 CG(active_class_entry) = NULL; in zend_error_impl()1398 CG(active_class_entry) = saved_class_entry; in zend_error_impl()
643 …ate_constant_ex(pp, EG(current_execute_data) ? zend_get_executed_scope() : CG(active_class_entry)); in zval_update_constant()
Completed in 53 milliseconds