3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a[] = 'hello'; $a[] = 'world'; $a[] = 'sunny'; if (isset($a[2])) echo 'yes';
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 9
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
filename:       /in/mAshA
function name:  (null)
number of ops:  10
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0
          1        OP_DATA                                                  'hello'
    3     2        ASSIGN_DIM                                               !0
          3        OP_DATA                                                  'world'
    4     4        ASSIGN_DIM                                               !0
          5        OP_DATA                                                  'sunny'
    5     6        ISSET_ISEMPTY_DIM_OBJ                         0          !0, 2
          7      > JMPZ                                                     ~4, ->9
          8    >   ECHO                                                     'yes'
          9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.91 ms | 1392 KiB | 13 Q