3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.29 ms | 1389 KiB | 16 Q