3v4l.org

run code in 300+ PHP versions simultaneously
<?php $true = true; $false = false; echo isset($true); echo isset($thing); echo isset($false);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Rmqg2
function name:  (null)
number of ops:  9
compiled vars:  !0 = $true, !1 = $false, !2 = $thing
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <true>
    4     1        ASSIGN                                                   !1, <false>
    6     2        ISSET_ISEMPTY_CV                                 ~5      !0
          3        ECHO                                                     ~5
    7     4        ISSET_ISEMPTY_CV                                 ~6      !2
          5        ECHO                                                     ~6
    8     6        ISSET_ISEMPTY_CV                                 ~7      !1
          7        ECHO                                                     ~7
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.63 ms | 1392 KiB | 13 Q