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); var_dump($matches);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QeVBC
function name:  (null)
number of ops:  10
compiled vars:  !0 = $a, !1 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%2F%2A%2A%0A+%2A+%40table%28market_data%29%0A%40something%0A+%2A+Class+MarketData%0A+%2A%2F'
   11     1        INIT_FCALL                                               'preg_match_all'
          2        SEND_VAL                                                 '%5C%40%5B%5Cw%5C%28%5C%29%5D%2B'
          3        SEND_VAR                                                 !0
          4        SEND_REF                                                 !1
          5        DO_ICALL                                                 
   13     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.43 ms | 1385 KiB | 17 Q