3v4l.org
run code in 300+ PHP versions simultaneously
sponsor
bughunt
search
recent
about
@ 2023-03-15T16:08:33Z
<?php function a(string ...$a) { var_dump($a); } a('1', '2', true, 3, 3.1);