3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = ' Apple,20,red Pear,10,yellow '; $arr = array_filter(array_map('trim', $text)); print_r($arr);

preferences:
43.15 ms | 402 KiB | 5 Q