Example #1
0
 function y()
 {
     self::$staticPropertySelf = 6;
     static::$staticPropertyStatic = 7;
     x::$staticPropertyx = 8;
     \x::$staticPropertyxFNS = 9;
     \otherClass::$staticPropertyxFNS = 10;
     parent::$staticPropertySelf = 11;
 }
Example #2
0
 function y()
 {
     //        self::$staticPropertySelf = 6;
     static::$staticPropertyStatic = 7;
     parent::$staticPropertyParent = 11;
     x::$staticPropertyx = 8;
     \x::$staticPropertyxFNS = 9;
     w::$staticPropertyw = 8;
     \w::$staticPropertywFNS = 9;
     \otherClass::$staticPropertyxFNS = 10;
 }
Example #3
0
 function y()
 {
     //        self::$staticPropertySelf = 6;
     static::$staticPropertyStatic = 7;
     // undeclared
     x::$staticPropertyx = 8;
     \x::$staticPropertyxFNS = 9;
     w::$staticPropertyx = 8;
     \w::$staticPropertyxFNS = 9;
     \otherClass::$staticPropertyxFNS = 10;
 }
Example #4
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;
 }