コード例 #1
0
ファイル: __call.php プロジェクト: dw4dev/Phalanger
 public function zoo()
 {
     return $this->bar() . $this->zoo2() . X::nonexisting1(3);
 }