Ejemplo n.º 1
0
 function y()
 {
     self::$staticPropertySelf1 = 6;
     static::$staticPropertyStatic1 = 7;
     x::$staticPropertyx1 = 8;
     \x::$staticPropertyxFNS1 = 9;
     \otherClass::$staticPropertyxFNS1 = 10;
     parent::$staticPropertySelf1 = 11;
     self::$staticPropertySelf2 = 6;
     static::$staticPropertyStatic2 = 7;
     x::$staticPropertyx2 = 8;
     \x::$staticPropertyxFNS2 = 9;
     \otherClass::$staticPropertyxFNS2 = 10;
     parent::$staticPropertySelf2 = 11;
     self::$staticPropertySelf3 = 6;
     static::$staticPropertyStatic3 = 7;
     x::$staticPropertyx3 = 8;
     \x::$staticPropertyxFNS3 = 9;
     \otherClass::$staticPropertyxFNS3 = 10;
     parent::$staticPropertySelf3 = 11;
 }