3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array=array('A-C','A-E','Yes or No'); $result=array_map("showresult",$array); function showresult($a){ $case=preg_match_all('/-|or/',$a,$matches); echo $matches[0];die(); $a_explode=explode("$matches[0]",$a); print_r($a_explode[0]); // switch($matches[0]){ //case "-":for(); //} }

preferences:
36.62 ms | 402 KiB | 5 Q