3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 0; $i < count($_FILES['annexes']); $i++) { move_uploaded_file($_FILES['annexes']['tmp_name'][$i], $_FILES['annexes']['name'][$i]); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 2
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 2
Branch analysis from position: 20
Branch analysis from position: 2
filename:       /in/qbQNq
function name:  (null)
number of ops:  21
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->15
    4     2    >   INIT_FCALL                                               'move_uploaded_file'
          3        FETCH_R                      global              ~2      '_FILES'
          4        FETCH_DIM_R                                      ~3      ~2, 'annexes'
          5        FETCH_DIM_R                                      ~4      ~3, 'tmp_name'
          6        FETCH_DIM_R                                      ~5      ~4, !0
          7        SEND_VAL                                                 ~5
          8        FETCH_R                      global              ~6      '_FILES'
          9        FETCH_DIM_R                                      ~7      ~6, 'annexes'
         10        FETCH_DIM_R                                      ~8      ~7, 'name'
         11        FETCH_DIM_R                                      ~9      ~8, !0
         12        SEND_VAL                                                 ~9
         13        DO_ICALL                                                 
    3    14        PRE_INC                                                  !0
         15    >   FETCH_R                      global              ~12     '_FILES'
         16        FETCH_DIM_R                                      ~13     ~12, 'annexes'
         17        COUNT                                            ~14     ~13
         18        IS_SMALLER                                               !0, ~14
         19      > JMPNZ                                                    ~15, ->2
    5    20    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.28 ms | 1395 KiB | 15 Q