Exemplo n.º 1
0
 public function foo()
 {
     \a32::ma32();
     \a32::ma321();
     // Do not exists
     \b2::ma2();
 }
Exemplo n.º 2
0
 public function foo()
 {
     a32::ma32();
     a32::ma321();
     // Do not exists
     b2::ma2();
 }
Exemplo n.º 3
0
 public function foo()
 {
     parent::ma32();
     parent::ma321();
     // Do not exists
     b2::ma2();
 }
Exemplo n.º 4
0
 public function foo()
 {
     self::ma32();
     self::ma321();
     // Do not exists
     b2::ma2();
 }
Exemplo n.º 5
0
 public function foo()
 {
     static::ma32();
     static::ma321();
     // Do not exists
     b2::ma2();
 }
Exemplo n.º 6
0
 public function test()
 {
     a2::foo();
     b2::foo();
 }
Exemplo n.º 7
0
 public function test1a()
 {
     b2::foo();
 }