3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string= "Hi #geeting #shortAnswer #notUseful"; preg_match_all('/#(\w+)/',$string, $matches); echo "The matches:\n"; foreach ($matches[1] as $tag) { echo $tag."\n"; } var_dump($matches)
Output for 5.4.0 - 5.4.14
Parse error: syntax error, unexpected end of file in /in/a4WEt on line 12
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected $end in /in/a4WEt on line 12
Process exited with code 255.

preferences:
165.97 ms | 1399 KiB | 47 Q