3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test_int(int $i) { return $i; } function test(integer $i) { return $i; } var_dump([ test_int(1), test(1) ]);

preferences:
32.85 ms | 402 KiB | 5 Q