Esempio n. 1
0
 static function test1()
 {
     X::$sfld1 = "Helo";
     X::$sfld2++;
     X::$sfld3 = "World";
 }