3v4l.org

run code in 300+ PHP versions simultaneously
<?php class TypeHinter { public function giveMeAnInt(int $i) { var_dump($i); } } $th = new TypeHinter; $i = 5; $th->giveMeAnInt($i);

preferences:
44.13 ms | 402 KiB | 5 Q