3v4l.org

run code in 300+ PHP versions simultaneously
<?php $EyfsAreScores = [ 0 => 4, 2 => [0 => 0, 5 => 2, 11 => 1], 4 => [0 => 0, 7 => 2, 11 => 1], 6 => [0 => 0, 9 => 2, 11 => 1], 8 => [0 => 0, 7 => 4, 9 => 3, 15 => 2, 21 => 1], 10 => [0 => 0, 7 => 4, 11 => 3, 17 => 2, 21 => 1], 12 => [0 => 0, 7 => 4, 13 => 3, 19 => 2, 21 => 1], 14 => [0 => 0, 15 => 4, 17 => 3, 21 => 2, 27 => 1], 16 => [0 => 0, 15 => 4, 19 => 3, 23 => 2, 27 => 1], 18 => [0 => 0, 15 => 4, 21 => 3, 25 => 2, 27 => 1], 20 => [0 => 0, 21 => 4, 23 => 3, 31 => 2, 37 => 1], 22 => [0 => 0, 21 => 4, 25 => 3, 33 => 2, 37 => 1], 24 => [0 => 0, 21 => 4, 27 => 3, 35 => 2, 37 => 1], 26 => [0 => 0, 29 => 4, 33 => 3, 45 => 2, 51 => 1], 28 => [0 => 0, 29 => 4, 35 => 3, 49 => 2, 53 => 1], 30 => [0 => 0, 29 => 4, 39 => 3, 51 => 2, 55 => 1], 32 => [0 => 0, 39 => 4, 45 => 3, 55 => 2, 57 => 1], 34 => [0 => 0, 39 => 4, 55 => 3, 63 => 2, 67 => 1], 36 => [0 => 1, 53 => 4, 59 => 3, 69 => 2], 37 => [0 => 2, 63 => 4, 65 => 3], 38 => [0 => 3, 69 => 4] ]; for ($i = 2; $i < 37; $i = $i + 2) { $EyfsAreScores[$i-1] = $EyfsAreScores[$i]; } $EyfsStep = $EyfsAreScores[20]; echo '<pre>'; var_dump($EyfsStep); echo '</pre>';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 3
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 3
Branch analysis from position: 11
Branch analysis from position: 3
filename:       /in/9VH0K
function name:  (null)
number of ops:  19
compiled vars:  !0 = $EyfsAreScores, !1 = $i, !2 = $EyfsStep
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   27     1        ASSIGN                                                   !1, 2
          2      > JMP                                                      ->9
   29     3    >   SUB                                              ~5      !1, 1
          4        FETCH_DIM_R                                      ~7      !0, !1
          5        ASSIGN_DIM                                               !0, ~5
          6        OP_DATA                                                  ~7
   27     7        ADD                                              ~8      !1, 2
          8        ASSIGN                                                   !1, ~8
          9    >   IS_SMALLER                                               !1, 37
         10      > JMPNZ                                                    ~10, ->3
   32    11    >   FETCH_DIM_R                                      ~11     !0, 20
         12        ASSIGN                                                   !2, ~11
   34    13        ECHO                                                     '%3Cpre%3E'
   35    14        INIT_FCALL                                               'var_dump'
         15        SEND_VAR                                                 !2
         16        DO_ICALL                                                 
   36    17        ECHO                                                     '%3C%2Fpre%3E'
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.62 ms | 1395 KiB | 15 Q