3v4l.org

run code in 300+ PHP versions simultaneously
<?php // toggle the line under to see what happens, and play with different PHP versions // declare(strict_types=1); function test(int $a): void { var_dump($a); } test(3.14);

preferences:
33 ms | 404 KiB | 5 Q