3v4l.org

run code in 300+ PHP versions simultaneously
<?php function permutation(array $arr) { while($ele=array_shift($arr)) { $x=$ele; echo $x."\n"; foreach($arr as $rest) { $x.=" $rest"; echo $x."\n"; } } } permutation(array("one","two","three","four"));

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
168.82 ms | 3090 KiB | 10 Q