function y() { self::$staticPropertySelf = 6; static::$staticPropertyStatic = 7; x::$staticPropertyx = 8; \x::$staticPropertyxFNS = 9; \otherClass::$staticPropertyxFNS = 10; parent::$staticPropertySelf = 11; }