3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myarr=array( 'result' => array ( 0 => array ( 'itemId' => 62751, 'fee' => 45000000, 'discount' => 0, 'netOfFee' => 45000000 ) ), 'metadata' => array ( 'isSuccessfull' => 1, 'errorMessage' =>'' ) ); echo $myarr['result'][0]['fee'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hPMmG
function name:  (null)
number of ops:  6
compiled vars:  !0 = $myarr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   23     1        FETCH_DIM_R                                      ~2      !0, 'result'
          2        FETCH_DIM_R                                      ~3      ~2, 0
          3        FETCH_DIM_R                                      ~4      ~3, 'fee'
          4        ECHO                                                     ~4
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.6 ms | 992 KiB | 13 Q