/** * @return void */ public function doNotReplaceFunction() { $foo = is_int(2); $foo = is_writable($foo); $foo = new Join(); $foo = Join::foo(); }