Home
last modified time | relevance | path

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

/PHP-7.2/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.2/Zend/
H A Dzend_globals.h73 zend_class_entry *active_class_entry; member
H A Dzend_compile.c322 CG(active_class_entry) = NULL; in zend_init_compiler_data_structures()
1435 if (!CG(active_class_entry)) { in zend_is_scope_known()
1448 if (!CG(active_class_entry)) { in class_name_refers_to_active_ce()
4127 if (!ce && CG(active_class_entry) in zend_compile_static_call()
4129 ce = CG(active_class_entry); in zend_compile_static_call()
4134 ce = CG(active_class_entry); in zend_compile_static_call()
4140 if (ce != CG(active_class_entry) in zend_compile_static_call()
6294 if (CG(active_class_entry)) { in zend_compile_class_decl()
6414 CG(active_class_entry) = ce; in zend_compile_class_decl()
6495 CG(active_class_entry) = original_ce; in zend_compile_class_decl()
[all …]
H A Dzend.c966 CG(active_class_entry) = NULL; in BEGIN_EXTERN_C()
1264 saved_class_entry = CG(active_class_entry); in zend_error()
1265 CG(active_class_entry) = NULL; in zend_error()
1289 CG(active_class_entry) = saved_class_entry; in zend_error()
H A Dzend_execute_API.c639 …ate_constant_ex(pp, EG(current_execute_data) ? zend_get_executed_scope() : CG(active_class_entry)); in zval_update_constant()

Completed in 65 milliseconds