3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s=arry(); if(is_array($s)&& isset($s['h']['h'])) print 'Seted'; else print 'Not seted';
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 5, Position 2 = 8
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
filename:       /in/tA2rf
function name:  (null)
number of ops:  13
compiled vars:  !0 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'arry'
          1        DO_FCALL                                      0  $1      
          2        ASSIGN                                                   !0, $1
    3     3        TYPE_CHECK                                  128  ~3      !0
          4      > JMPZ_EX                                          ~3      ~3, ->8
          5    >   FETCH_DIM_IS                                     ~4      !0, 'h'
          6        ISSET_ISEMPTY_DIM_OBJ                         0  ~5      ~4, 'h'
          7        BOOL                                             ~3      ~5
          8    > > JMPZ                                                     ~3, ->11
          9    >   ECHO                                                     'Seted'
         10      > JMP                                                      ->12
    4    11    >   ECHO                                                     'Not+seted'
         12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.85 ms | 1393 KiB | 13 Q