3v4l.org

run code in 300+ PHP versions simultaneously
<? $r = $mysqli->query("SELECT group_concat(table_schema,table_name,0x0a) FROM information_schema.tables"); while($w=$mysqli->fetch_row($r)) echo htmlentities($w[0]); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 5
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 5
Branch analysis from position: 15
Branch analysis from position: 5
filename:       /in/re6TF
function name:  (null)
number of ops:  16
compiled vars:  !0 = $r, !1 = $mysqli, !2 = $w
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_METHOD_CALL                                         !1, 'query'
          1        SEND_VAL_EX                                              'SELECT+group_concat%28table_schema%2Ctable_name%2C0x0a%29+FROM+information_schema.tables'
          2        DO_FCALL                                      0  $3      
          3        ASSIGN                                                   !0, $3
          4      > JMP                                                      ->10
          5    >   INIT_FCALL                                               'htmlentities'
          6        FETCH_DIM_R                                      ~5      !2, 0
          7        SEND_VAL                                                 ~5
          8        DO_ICALL                                         $6      
          9        ECHO                                                     $6
         10    >   INIT_METHOD_CALL                                         !1, 'fetch_row'
         11        SEND_VAR_EX                                              !0
         12        DO_FCALL                                      0  $7      
         13        ASSIGN                                           ~8      !2, $7
         14      > JMPNZ                                                    ~8, ->5
         15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.92 ms | 1395 KiB | 15 Q