Home
last modified time | relevance | path

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

/PHP-7.1/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.1/Zend/
H A Dzend_globals.h73 zend_class_entry *active_class_entry; member
H A Dzend_compile.c318 CG(active_class_entry) = NULL; in zend_init_compiler_data_structures()
1417 if (!CG(active_class_entry)) { in zend_is_scope_known()
1430 if (!CG(active_class_entry)) { in class_name_refers_to_active_ce()
3887 if (!ce && CG(active_class_entry) in zend_compile_static_call()
3889 ce = CG(active_class_entry); in zend_compile_static_call()
3894 ce = CG(active_class_entry); in zend_compile_static_call()
5938 if (CG(active_class_entry)) { in zend_compile_class_decl()
6034 CG(active_class_entry) = ce; in zend_compile_class_decl()
6116 CG(active_class_entry) = original_ce; in zend_compile_class_decl()
7589 CG(active_class_entry) && in zend_compile_magic_const()
[all …]
H A Dzend.c939 CG(active_class_entry) = NULL; in BEGIN_EXTERN_C()
1253 saved_class_entry = CG(active_class_entry); in zend_error()
1254 CG(active_class_entry) = NULL; in zend_error()
1273 CG(active_class_entry) = saved_class_entry; in zend_error()
H A Dzend_execute_API.c656 …ate_constant_ex(pp, EG(current_execute_data) ? zend_get_executed_scope() : CG(active_class_entry)); in zval_update_constant()

Completed in 42 milliseconds