3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.27 ms | 1009 KiB | 14 Q