3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); function test(int $id) { var_dump($id); } $args = ['1']; test(...$args);

preferences:
27.42 ms | 404 KiB | 5 Q