3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.57 ms | 1394 KiB | 15 Q