3v4l.org

run code in 300+ PHP versions simultaneously
<?php $needles = ['a', 'c', 'g']; $myString = 'abcdefh'; var_dump(searchString($needles, $myString)); function searchString(array $needles, string $haystack): ?array { $itemsFound = []; foreach($needles as $needle) { if (strpos($haystack, $needle) !== false) { $itemsFound[] = $needle; } } return $itemsFound; }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
225.91 ms | 2060 KiB | 12 Q