3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fichero = new SplFileObject("$sqlfile"); $fichero->setFlags(SplFileObject::READ_CSV); foreach ($fichero as $fila) { $values[] = "('".implode("','", $fila)."')"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 9, Position 2 = 19
Branch analysis from position: 9
2 jumps found. (Code = 78) Position 1 = 10, Position 2 = 19
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
filename:       /in/vJ3A3
function name:  (null)
number of ops:  21
compiled vars:  !0 = $fichero, !1 = $sqlfile, !2 = $fila, !3 = $values
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $4      'SplFileObject'
          1        CAST                                          6  ~5      !1
          2        SEND_VAL_EX                                              ~5
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !0, $4
    4     5        INIT_METHOD_CALL                                         !0, 'setFlags'
          6        SEND_VAL_EX                                              8
          7        DO_FCALL                                      0          
    6     8      > FE_RESET_R                                       $9      !0, ->19
          9    > > FE_FETCH_R                                               $9, !2, ->19
    7    10    >   INIT_FCALL                                               'implode'
         11        SEND_VAL                                                 '%27%2C%27'
         12        SEND_VAR                                                 !2
         13        DO_ICALL                                         $11     
         14        CONCAT                                           ~12     '%28%27', $11
         15        CONCAT                                           ~13     ~12, '%27%29'
         16        ASSIGN_DIM                                               !3
         17        OP_DATA                                                  ~13
    6    18      > JMP                                                      ->9
         19    >   FE_FREE                                                  $9
    8    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.18 ms | 1395 KiB | 15 Q