3v4l.org

run code in 300+ PHP versions simultaneously
<?php $db = new SQLite3('/home/hugo/wetter.db'); $results = $db->query('SELECT * FROM wetter_om2'); while ($row = $results->fetchArray()) { var_dump($row); } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 9
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 9
Branch analysis from position: 16
Branch analysis from position: 9
filename:       /in/OKA13
function name:  (null)
number of ops:  17
compiled vars:  !0 = $db, !1 = $results, !2 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $3      'SQLite3'
          1        SEND_VAL_EX                                              '%2Fhome%2Fhugo%2Fwetter.db'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $3
    4     4        INIT_METHOD_CALL                                         !0, 'query'
          5        SEND_VAL_EX                                              'SELECT+%2A+FROM+wetter_om2'
          6        DO_FCALL                                      0  $6      
          7        ASSIGN                                                   !1, $6
    5     8      > JMP                                                      ->12
    6     9    >   INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !2
         11        DO_ICALL                                                 
    5    12    >   INIT_METHOD_CALL                                         !1, 'fetchArray'
         13        DO_FCALL                                      0  $9      
         14        ASSIGN                                           ~10     !2, $9
         15      > JMPNZ                                                    ~10, ->9
    8    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
185.18 ms | 1395 KiB | 15 Q