public function anotherMethod()
 {
     $a = $x + intval($y);
     $a = $x + intval($y, 9);
     $a = $x + intval(SomeClass::foo($b, $c, $d));
     $a = $x + intval(SomeClass::foo($b, $c, $d), 9);
 }