3v4l.org

run code in 300+ PHP versions simultaneously
<?php $term = "ford"; if ($term=="mpv" || $term=="bmw" || $term=="mg") { echo strtoupper($term); } else if (1 === preg_match('~[0-9]~', $string) { echo "£$term"; } else { echo ucfirst($term); } ?> <!-- if(1 === preg_match('~[0-9]~', $string)){ echo "£$string"; } ?>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.26, 5.5.0 - 5.5.10
Parse error: syntax error, unexpected '{' in /in/fa0Rf on line 11
Process exited with code 255.

preferences:
176.99 ms | 1395 KiB | 74 Q