3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "This is a string"; $words = []; $spaces = []; foreach (preg_split('~( +)~', $string, -1, 3) as $s) { if (ctype_space($s)) { $spaces[] = strlen($s); } else { $words[] = $s; } } var_export([ 'words' => $words, 'spaces' => $spaces ]);

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
186.65 ms | 2044 KiB | 13 Q