3v4l.org

run code in 500+ PHP versions simultaneously
<?php $test = Array ( 'Novedad' => Array ( '@attributes' => Array ( 'CUNENov' => 4545454545 ) ) ); $cunenov = $test['Novedad']['@attributes']['CUNENov']; var_dump($cunenov);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZHKaU
function name:  (null)
number of ops:  9
compiled vars:  !0 = $test, !1 = $cunenov
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
   13     1        FETCH_DIM_R                                          ~3      !0, 'Novedad'
          2        FETCH_DIM_R                                          ~4      ~3, '%40attributes'
          3        FETCH_DIM_R                                          ~5      ~4, 'CUNENov'
          4        ASSIGN                                                       !1, ~5
   14     5        INIT_FCALL                                                   'var_dump'
          6        SEND_VAR                                                     !1
          7        DO_ICALL                                                     
          8      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
223.67 ms | 2019 KiB | 14 Q