3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_export(call_user_func_array("array_shift", array(array("Test #1")))); echo "\n"; $arg1 = array("Test #2"); var_export(call_user_func_array("array_shift", array($arg1))); echo "\n"; $args = array(array("Test #3")); var_export(call_user_func_array("array_shift", $args)); echo "\n";

preferences:
60.15 ms | 402 KiB | 5 Q