Lines Matching refs:CG
145 EG(function_table) = CG(function_table); in init_executor()
146 EG(class_table) = CG(class_table); in init_executor()
249 if (CG(unclean_shutdown)) { in shutdown_destructors()
382 if (!CG(unclean_shutdown)) { in zend_shutdown_executor_values()
473 if (EG(ht_iterators_used) && !CG(unclean_shutdown)) { in shutdown_executor()
479 ZEND_ASSERT(EG(trampoline).common.function_name == NULL || CG(unclean_shutdown)); in shutdown_executor()
713 …return zval_update_constant_ex(pp, EG(current_execute_data) ? zend_get_executed_scope() : CG(activ… in zval_update_constant()
1106 if (!CG(unlinked_uses)) { in zend_lookup_class_ex()
1107 ALLOC_HASHTABLE(CG(unlinked_uses)); in zend_lookup_class_ex()
1108 zend_hash_init(CG(unlinked_uses), 0, NULL, NULL, 0); in zend_lookup_class_ex()
1110 zend_hash_index_add_empty_element(CG(unlinked_uses), (zend_long)(zend_uintptr_t)ce); in zend_lookup_class_ex()
1118 (!CG(in_compilation) || (ce->ce_flags & ZEND_ACC_IMMUTABLE))) { in zend_lookup_class_ex()
1174 ZEND_ASSERT(!CG(in_compilation)); in zend_lookup_class_ex()
1239 original_compiler_options = CG(compiler_options); in zend_eval_stringl()
1240 CG(compiler_options) = ZEND_COMPILE_DEFAULT_FOR_EVAL; in zend_eval_stringl()
1242 CG(compiler_options) = original_compiler_options; in zend_eval_stringl()