3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test(int $a) { var_dump($a); } $d = [42, 146.1173, '987', '7string', null]; foreach($d as $v) { test($v); }

preferences:
47.5 ms | 402 KiB | 5 Q