3v4l.org

run code in 500+ PHP versions simultaneously
<?php $str["options"] = "Hello,Howdy,Hola"; $data = explode(",", $str["options"]); $newstr = 'My values are'. PHP_EOL; foreach($data as $key => $value){ $number = $key+1; $newstr .= "$number.". $value . PHP_EOL; } echo $newstr;

preferences:
115.31 ms | 1399 KiB | 5 Q