3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "Hello World!"; $val = false; $s = isset($val["bla"]); echo $s; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vNUHr
function name:  (null)
number of ops:  6
compiled vars:  !0 = $val, !1 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     'Hello+World%21'
    3     1        ASSIGN                                                   !0, <false>
    4     2        ISSET_ISEMPTY_DIM_OBJ                         0  ~3      !0, 'bla'
          3        ASSIGN                                                   !1, ~3
    5     4        ECHO                                                     !1
    6     5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.15 ms | 1392 KiB | 13 Q