3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a=1; $b=2; $c=3; var_dump(isset($a, $b, $d));
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 6, Position 2 = 8
Branch analysis from position: 6
2 jumps found. (Code = 46) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
Branch analysis from position: 8
filename:       /in/RH86g
function name:  (null)
number of ops:  14
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1
          1        ASSIGN                                                   !1, 2
          2        ASSIGN                                                   !2, 3
    3     3        INIT_FCALL                                               'var_dump'
          4        ISSET_ISEMPTY_CV                                 ~7      !0
          5      > JMPZ_EX                                          ~7      ~7, ->8
          6    >   ISSET_ISEMPTY_CV                                 ~8      !1
          7        BOOL                                             ~7      ~8
          8    > > JMPZ_EX                                          ~7      ~7, ->11
          9    >   ISSET_ISEMPTY_CV                                 ~9      !3
         10        BOOL                                             ~7      ~9
         11    >   SEND_VAL                                                 ~7
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.53 ms | 1386 KiB | 15 Q