Exemple #1
0
 public static function testStatic(A $a, $b)
 {
     self::$a_static = $a;
     self::$b_static = $b;
 }