3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = Array ( [1] => Array ( ['id'] => 1, ['account'] => testuser, ['sum'] => 152, ['sumrate'] => 0.08, ['avgrate'] => 10.133333333333, ['speed'] => 14167.426844444, ) ); echo "Speed for User ID 1: $testarray[1][speed]";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IoZbE
function name:  (null)
number of ops:  15
compiled vars:  !0 = $foo, !1 = $testarray
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_ARRAY                                       ~2      1, <array>
    8     1        FETCH_CONSTANT                                   ~3      'testuser'
          2        ADD_ARRAY_ELEMENT                                ~2      ~3, <array>
    9     3        ADD_ARRAY_ELEMENT                                ~2      152, <array>
   10     4        ADD_ARRAY_ELEMENT                                ~2      0.08, <array>
   11     5        ADD_ARRAY_ELEMENT                                ~2      10.1333, <array>
   12     6        ADD_ARRAY_ELEMENT                                ~2      14167.4, <array>
          7        INIT_ARRAY                                       ~4      ~2, <array>
    3     8        ASSIGN                                                   !0, ~4
   18     9        ROPE_INIT                                     3  ~8      'Speed+for+User+ID+1%3A+'
         10        FETCH_DIM_R                                      ~6      !1, 1
         11        ROPE_ADD                                      1  ~8      ~8, ~6
         12        ROPE_END                                      2  ~7      ~8, '%5Bspeed%5D'
         13        ECHO                                                     ~7
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.73 ms | 1393 KiB | 13 Q