3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fp = tmpfile(); while (!feof($fp)) { var_dump(fgetcsv($fp)); }
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 = 4
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 4
Branch analysis from position: 15
Branch analysis from position: 4
filename:       /in/mrWaV
function name:  (null)
number of ops:  16
compiled vars:  !0 = $fp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'tmpfile'
          1        DO_ICALL                                         $1      
          2        ASSIGN                                                   !0, $1
    4     3      > JMP                                                      ->10
    5     4    >   INIT_FCALL                                               'var_dump'
          5        INIT_FCALL                                               'fgetcsv'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $3      
          8        SEND_VAR                                                 $3
          9        DO_ICALL                                                 
    4    10    >   INIT_FCALL                                               'feof'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $5      
         13        BOOL_NOT                                         ~6      $5
         14      > JMPNZ                                                    ~6, ->4
    6    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.83 ms | 1386 KiB | 21 Q