Home
last modified time | relevance | path

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

/PHP-7.4/Zend/tests/
H A Dnested_method_and_function.phpt2 active_class_entry must be always correct (__METHOD__ should not depend on declaring function ce)
/PHP-7.4/Zend/
H A Dzend_globals.h69 zend_class_entry *active_class_entry; member
H A Dzend_compile.c325 CG(active_class_entry) = NULL; in zend_init_compiler_data_structures()
1330 if (!CG(active_class_entry)) { in zend_is_scope_known()
1343 if (!CG(active_class_entry)) { in class_name_refers_to_active_ce()
1421 if (CG(active_class_entry) && CG(active_class_entry)->parent_name in zend_try_compile_const_expr_resolve_class_name()
4009 if (!ce && CG(active_class_entry) in zend_compile_static_call()
4011 ce = CG(active_class_entry); in zend_compile_static_call()
4016 ce = CG(active_class_entry); in zend_compile_static_call()
4025 || (CG(active_class_entry) in zend_compile_static_call()
6031 CG(active_class_entry) = NULL; in zend_compile_func_decl()
6401 if (CG(active_class_entry)) { in zend_compile_class_decl()
[all …]
H A Dzend.c1129 CG(active_class_entry) = NULL; in BEGIN_EXTERN_C()
1370 saved_class_entry = CG(active_class_entry); in zend_error_va_list()
1371 CG(active_class_entry) = NULL; in zend_error_va_list()
1395 CG(active_class_entry) = saved_class_entry; in zend_error_va_list()
H A Dzend_execute_API.c629 …ate_constant_ex(pp, EG(current_execute_data) ? zend_get_executed_scope() : CG(active_class_entry)); in zval_update_constant()

Completed in 40 milliseconds