3v4l.org

run code in 300+ PHP versions simultaneously
<?php $words = "systematic,gear,synthesis,mysterious"; $words=explode(",",$words); $your_array = preg_grep("\[s,m,e]\", $words); print_r($your_array);
Output for 5.4.0 - 5.4.23
Parse error: syntax error, unexpected end of file in /in/QebUj on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end in /in/QebUj on line 8
Process exited with code 255.

preferences:
184.91 ms | 1395 KiB | 60 Q