예제 #1
0
파일: __call.php 프로젝트: dw4dev/Phalanger
 public static function fooex($a)
 {
     echo "fooex({$a})/" . parent::bar3(5, 5, 5) . X::bar4(6, 6, 6);
     // should not be called statically
 }