3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = $b = $c = array(); $a[2][3][4][5] = Array('amt' => 20, 'comm' => 10); $b[2][3] = Array('amt' => 30, 'comm' => 20); $c[2][3][4][6] = Array('amt' => 40, 'comm' => 30); $d[2][3][7] = Array('amt' => 50, 'comm' => 40);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Ob91I
function name:  (null)
number of ops:  21
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                           ~4      !2, <array>
          1        ASSIGN                                           ~5      !1, ~4
          2        ASSIGN                                                   !0, ~5
    5     3        FETCH_DIM_W                                      $7      !0, 2
          4        FETCH_DIM_W                                      $8      $7, 3
          5        FETCH_DIM_W                                      $9      $8, 4
          6        ASSIGN_DIM                                               $9, 5
          7        OP_DATA                                                  <array>
    6     8        FETCH_DIM_W                                      $11     !1, 2
          9        ASSIGN_DIM                                               $11, 3
         10        OP_DATA                                                  <array>
    7    11        FETCH_DIM_W                                      $13     !2, 2
         12        FETCH_DIM_W                                      $14     $13, 3
         13        FETCH_DIM_W                                      $15     $14, 4
         14        ASSIGN_DIM                                               $15, 6
         15        OP_DATA                                                  <array>
    8    16        FETCH_DIM_W                                      $17     !3, 2
         17        FETCH_DIM_W                                      $18     $17, 3
         18        ASSIGN_DIM                                               $18, 7
         19        OP_DATA                                                  <array>
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.13 ms | 1398 KiB | 13 Q