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]; var_dump($EyfsStep); foreach ($EyfsStep as $key => $value) { echo $key.':'.$value; }
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
2 jumps found. (Code = 77) Position 1 = 17, Position 2 = 23
Branch analysis from position: 17
2 jumps found. (Code = 78) Position 1 = 18, Position 2 = 23
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 23
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/Ovcc1
function name:  (null)
number of ops:  25
compiled vars:  !0 = $EyfsAreScores, !1 = $i, !2 = $EyfsStep, !3 = $value, !4 = $key
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                                              ~7      !1, 1
          4        FETCH_DIM_R                                      ~9      !0, !1
          5        ASSIGN_DIM                                               !0, ~7
          6        OP_DATA                                                  ~9
   27     7        ADD                                              ~10     !1, 2
          8        ASSIGN                                                   !1, ~10
          9    >   IS_SMALLER                                               !1, 37
         10      > JMPNZ                                                    ~12, ->3
   32    11    >   FETCH_DIM_R                                      ~13     !0, 20
         12        ASSIGN                                                   !2, ~13
   34    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !2
         15        DO_ICALL                                                 
   36    16      > FE_RESET_R                                       $16     !2, ->23
         17    > > FE_FETCH_R                                       ~17     $16, !3, ->23
         18    >   ASSIGN                                                   !4, ~17
   38    19        CONCAT                                           ~19     !4, '%3A'
         20        CONCAT                                           ~20     ~19, !3
         21        ECHO                                                     ~20
   36    22      > JMP                                                      ->17
         23    >   FE_FREE                                                  $16
   39    24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.11 ms | 1396 KiB | 15 Q