Example #1
0
 public function zoo()
 {
     return $this->bar() . $this->zoo2() . X::nonexisting1(3);
 }