3v4l.org

run code in 300+ PHP versions simultaneously
<?php function first_letter($str) { return implode('', array_map(function($v) { return $v[0]; },array_filter(array_map('trim',explode(' ', $str)))));; } $str=" Let's try with more spaces for fun . "; echo first_letter($str); ?>

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
156.86 ms | 3302 KiB | 13 Q