Exemplo n.º 1
0
 public static function test()
 {
     F4::foo();
 }
Exemplo n.º 2
0
function main4()
{
    $e4 = new F4();
    $e4->test();
    // Outputs 'D4::foo false'
}