3v4l.org

run code in 300+ PHP versions simultaneously
<?php function complicated($compulsory, ...$extras, $animal) { // I want to reference the variable with the value "cat" } complicated(1,2,3,"cat");
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.30, 8.0.0 - 8.0.22, 8.1.0 - 8.1.9
Fatal error: Only the last parameter can be variadic in /in/dhkSW on line 2
Process exited with code 255.

preferences:
160.55 ms | 1444 KiB | 7 Q