Ejemplo n.º 1
0
 function foo()
 {
     t2::bar();
     t2::bar2();
 }
Ejemplo n.º 2
0
 function foo()
 {
     t2::$bar = 3;
     t2::$bar2 = 4;
 }