Lines Matching refs:EG

36 	((zend_object*)(EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(zval_p)].bucket.obj.object))
40 if (EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(zval_p)].apply_count++ >= 3) { \
47 EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(zval_p)].apply_count--
243 return zend_check_protected(property_info->ce, EG(scope)); in zend_verify_property_access()
245 if ((ce==EG(scope) || property_info->ce == EG(scope)) && EG(scope)) { in zend_verify_property_access()
320 if (EG(scope) != ce in zend_get_property_info_quick()
321 && EG(scope) in zend_get_property_info_quick()
322 && is_derived_class(ce, EG(scope)) in zend_get_property_info_quick()
323 …&& zend_hash_quick_find(&EG(scope)->properties_info, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, h, … in zend_get_property_info_quick()
343 EG(std_property_info).flags = ZEND_ACC_PUBLIC; in zend_get_property_info_quick()
344 EG(std_property_info).name = Z_STRVAL_P(member); in zend_get_property_info_quick()
345 EG(std_property_info).name_length = Z_STRLEN_P(member); in zend_get_property_info_quick()
346 EG(std_property_info).h = h; in zend_get_property_info_quick()
347 EG(std_property_info).ce = ce; in zend_get_property_info_quick()
348 EG(std_property_info).offset = -1; in zend_get_property_info_quick()
349 property_info = &EG(std_property_info); in zend_get_property_info_quick()
491 retval = &EG(uninitialized_zval_ptr); in zend_std_read_property()
511 retval = &EG(uninitialized_zval_ptr); in zend_std_read_property()
651 if (UNEXPECTED(!EG(exception))) { in zend_std_read_dimension()
698 if (check_empty && result && EXPECTED(!EG(exception))) { in zend_std_has_dimension()
755 new_zval = &EG(uninitialized_zval); in zend_std_get_property_ptr_ptr()
875 …zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.… in zend_std_call_user_call()
934 if (fbc->common.scope == ce && EG(scope) == ce) { in zend_check_private_int()
943 if (ce == EG(scope)) { in zend_check_private_int()
946 && fbc->common.scope == EG(scope)) { in zend_check_private_int()
1052 …_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), method_name, EG(scope) ? EG(scope)->name :… in zend_std_get_method()
1059 if (EG(scope) && in zend_std_get_method()
1060 is_derived_class(fbc->common.scope, EG(scope)) && in zend_std_get_method()
1064 …if (zend_hash_quick_find(&EG(scope)->function_table, lc_method_name, method_len+1, hash_value, (vo… in zend_std_get_method()
1066 && priv_fbc->common.scope == EG(scope)) { in zend_std_get_method()
1074 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), EG(scope)))) { in zend_std_get_method()
1078 …_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), method_name, EG(scope) ? EG(scope)->name :… in zend_std_get_method()
1093 …zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.… in zend_std_callstatic_user_call()
1096 zend_class_entry *ce = EG(scope); in zend_std_callstatic_user_call()
1187 EG(This) && in zend_std_get_static_method()
1188 Z_OBJ_HT_P(EG(This))->get_class_entry && in zend_std_get_static_method()
1189 instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { in zend_std_get_static_method()
1212 …updated_fbc = zend_check_private_int(fbc, EG(scope), lc_function_name, function_name_strlen, hash_… in zend_std_get_static_method()
1219 …bc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), function_name_strval, EG(scope) ? EG(scope)->name :… in zend_std_get_static_method()
1225 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), EG(scope)))) { in zend_std_get_static_method()
1229 …bc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), function_name_strval, EG(scope) ? EG(scope)->name :… in zend_std_get_static_method()
1317 if (UNEXPECTED(constructor->common.scope != EG(scope))) { in zend_std_get_constructor()
1318 if (EG(scope)) { in zend_std_get_constructor()
1319 …ontext '%s'", constructor->common.scope->name, constructor->common.function_name, EG(scope)->name); in zend_std_get_constructor()
1329 if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(constructor), EG(scope)))) { in zend_std_get_constructor()
1330 if (EG(scope)) { in zend_std_get_constructor()
1331 …ontext '%s'", constructor->common.scope->name, constructor->common.function_name, EG(scope)->name); in zend_std_get_constructor()
1457 if (EXPECTED(!EG(exception)) && zobj->ce->__get && !guard->in_get) { in zend_std_has_property()
1536 …(zend_call_method_with_0_params(&readobj, ce, &ce->__tostring, "__tostring", &retval) || EG(except… in zend_std_cast_object_tostring()
1537 if (UNEXPECTED(EG(exception) != NULL)) { in zend_std_cast_object_tostring()
1541 EG(exception) = NULL; in zend_std_cast_object_tostring()