__invoke php example

Run Settings
LanguagePHP
Language Version
Run Command
<?php class Hello { public function __invoke(int $id) { echo $id * 5 ; } } $obj = new Hello(); $obj(11);
Editor Settings
Theme
Key bindings
Full width
Lines