3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a= "@table(hello)"; $b = "@column"; var_dump(explode("(", rtrim($a, ")"))); var_dump(explode("(", rtrim($b, ")")));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cHJgO
function name:  (null)
number of ops:  25
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%40table%28hello%29'
    4     1        ASSIGN                                                   !1, '%40column'
    6     2        INIT_FCALL                                               'var_dump'
          3        INIT_FCALL                                               'explode'
          4        SEND_VAL                                                 '%28'
          5        INIT_FCALL                                               'rtrim'
          6        SEND_VAR                                                 !0
          7        SEND_VAL                                                 '%29'
          8        DO_ICALL                                         $4      
          9        SEND_VAR                                                 $4
         10        DO_ICALL                                         $5      
         11        SEND_VAR                                                 $5
         12        DO_ICALL                                                 
    7    13        INIT_FCALL                                               'var_dump'
         14        INIT_FCALL                                               'explode'
         15        SEND_VAL                                                 '%28'
         16        INIT_FCALL                                               'rtrim'
         17        SEND_VAR                                                 !1
         18        SEND_VAL                                                 '%29'
         19        DO_ICALL                                         $7      
         20        SEND_VAR                                                 $7
         21        DO_ICALL                                         $8      
         22        SEND_VAR                                                 $8
         23        DO_ICALL                                                 
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.3 ms | 1390 KiB | 20 Q