3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array(); echo $array['test']; if(!isset($array['var']) || $array['var']==''){}
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 6, Position 2 = 9
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 10
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
Branch analysis from position: 9
filename:       /in/AbBAP
function name:  (null)
number of ops:  11
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        FETCH_DIM_R                                      ~2      !0, 'test'
          2        ECHO                                                     ~2
    5     3        ISSET_ISEMPTY_DIM_OBJ                         0  ~3      !0, 'var'
          4        BOOL_NOT                                         ~4      ~3
          5      > JMPNZ_EX                                         ~4      ~4, ->9
          6    >   FETCH_DIM_R                                      ~5      !0, 'var'
          7        IS_EQUAL                                         ~6      ~5, ''
          8        BOOL                                             ~4      ~6
          9    > > JMPZ                                                     ~4, ->10
         10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.52 ms | 1384 KiB | 13 Q