3v4l.org

run code in 300+ PHP versions simultaneously
<?php $testarray = 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/1asST
function name:  (null)
number of ops:  7
compiled vars:  !0 = $testarray
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   18     1        NOP                                                      
          2        FETCH_DIM_R                                      ~2      !0, 1
          3        FETCH_DIM_R                                      ~3      ~2, 'speed'
          4        FAST_CONCAT                                      ~4      'Speed+for+User+ID+1%3A+', ~3
          5        ECHO                                                     ~4
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.54 ms | 1392 KiB | 13 Q