Home
last modified time | relevance | path

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

/php-src/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-src/Zend/
H A Dzend_compile.c422 CG(active_class_entry) = NULL; in zend_init_compiler_data_structures()
1713 if (!CG(active_class_entry)) { in zend_is_scope_known()
1726 if (!CG(active_class_entry)) { in class_name_refers_to_active_ce()
1815 if (CG(active_class_entry) && CG(active_class_entry)->parent_name in zend_try_compile_const_expr_resolve_class_name()
5297 && (!CG(active_class_entry) || (CG(active_class_entry)->ce_flags & ZEND_ACC_LINKED)) in zend_get_compatible_func_or_null()
5365 ce = CG(active_class_entry); in zend_compile_static_call()
5370 ce = CG(active_class_entry); in zend_compile_static_call()
8157 if (CG(active_class_entry) && CG(active_class_entry)->name) { in zend_begin_func_decl()
8312 CG(active_class_entry) = NULL; in zend_compile_func_decl_ex()
8995 if (CG(active_class_entry)) { in zend_compile_class_decl()
[all …]
H A Dzend_globals.h87 zend_class_entry *active_class_entry; member
H A Dzend.c1255 CG(active_class_entry) = NULL; in _zend_bailout()
1523 saved_class_entry = CG(active_class_entry); in zend_error_zstr_at()
1524 CG(active_class_entry) = NULL; in zend_error_zstr_at()
1556 CG(active_class_entry) = saved_class_entry; in zend_error_zstr_at()
H A Dzend_execute_API.c771 …ate_constant_ex(pp, EG(current_execute_data) ? zend_get_executed_scope() : CG(active_class_entry)); in zval_update_constant()

Completed in 81 milliseconds