3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a= <<<EOT /** * @table(market_data) @something * Class MarketData */ EOT; preg_match_all('/(@[\w\(\)]+)/', $a, $matches); if($matches[1] == false) echo "shit"; var_dump($matches[0]);

preferences:
41.26 ms | 402 KiB | 5 Q