3v4l.org

run code in 300+ PHP versions simultaneously
<?php function flat_map(callable $callback, array $collection) { return array_merge([], ...array_map($callback, $collection)); }; var_dump( array_map(function ($el) { return str_split($el); }, ["two birds", "three green peas"]) ); var_dump( flat_map(function ($el) { return str_split($el); }, ["two birds", "three green peas"]) ); var_dump( flat_map(function ($el) { return str_split($el); }, []) );

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
204.97 ms | 3124 KiB | 16 Q