3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array('acct'=>array('acct_row'=>array('password'=>'password1'))); var_dump(is_array($array[acct][acct_row][password]));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nYsC4
function name:  (null)
number of ops:  12
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'var_dump'
          2        FETCH_CONSTANT                                   ~2      'acct'
          3        FETCH_CONSTANT                                   ~4      'acct_row'
          4        FETCH_CONSTANT                                   ~6      'password'
          5        FETCH_DIM_R                                      ~3      !0, ~2
          6        FETCH_DIM_R                                      ~5      ~3, ~4
          7        FETCH_DIM_R                                      ~7      ~5, ~6
          8        TYPE_CHECK                                  128  ~8      ~7
          9        SEND_VAL                                                 ~8
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.47 ms | 1394 KiB | 15 Q