Lines Matching refs:EG

101 	if (EG(exception) && EG(exception)->ce == reflection_exception_ptr) {                            \
721 old_scope = EG(scope); in _parameter_string()
722 EG(scope) = fptr->common.scope; in _parameter_string()
724 EG(scope) = old_scope; in _parameter_string()
728 EG(scope) = old_scope; in _parameter_string()
1099 …zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _extension_ini_string, 3, &… in _extension_string()
1113 …zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _extension_const_string, 4,… in _extension_string()
1149 …zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) _extension_class_string, 4, &s… in _extension_string()
1441 if (EG(exception)) { in _reflection_export()
1467 if (result == FAILURE && EG(exception) == NULL) { in _reflection_export()
1492 if (EG(exception) && EG(exception)->ce == reflection_exception_ptr) { in _reflection_param_get_default_param()
1657 if ((fptr = zend_hash_str_find_ptr(EG(function_table), nsname, name_len)) == NULL) { in ZEND_METHOD()
1962 fcc.calling_scope = EG(scope); in ZEND_METHOD()
2022 fcc.calling_scope = EG(scope); in ZEND_METHOD()
2209 zend_execute_data *ex_backup = EG(current_execute_data); in ZEND_METHOD()
2230 EG(current_execute_data) = root_generator->execute_data; in ZEND_METHOD()
2232 EG(current_execute_data) = ex_backup; in ZEND_METHOD()
2374 if ((fptr = zend_hash_str_find_ptr(EG(function_table), lcname, lcname_len)) == NULL) { in ZEND_METHOD()
2885 zend_class_entry *old_scope = EG(scope); in ZEND_METHOD()
2887 EG(scope) = param->fptr->common.scope; in ZEND_METHOD()
2889 EG(scope) = old_scope; in ZEND_METHOD()
3720 if (!EG(exception)) { in reflection_class_object_ctor()
4289 if (!EG(exception)) { in ZEND_METHOD()
4626 old_scope = EG(scope); in ZEND_METHOD()
4627 EG(scope) = ce; in ZEND_METHOD()
4629 EG(scope) = old_scope; in ZEND_METHOD()
4654 fci.function_table = EG(function_table); in ZEND_METHOD()
4665 fcc.calling_scope = EG(scope); in ZEND_METHOD()
4731 old_scope = EG(scope); in ZEND_METHOD()
4732 EG(scope) = ce; in ZEND_METHOD()
4734 EG(scope) = old_scope; in ZEND_METHOD()
4758 fci.function_table = EG(function_table); in ZEND_METHOD()
4769 fcc.calling_scope = EG(scope); in ZEND_METHOD()
5709 …zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _addconstant, 2, return_val… in ZEND_METHOD()
5727 zend_symtable_update(Z_ARRVAL_P(retval), ini_entry->name, &EG(uninitialized_zval)); in _addinientry()
5747 …zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _addinientry, 2, return_val… in ZEND_METHOD()
5793 …zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return… in ZEND_METHOD()
5810 …zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return… in ZEND_METHOD()