3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.14 ms | 1394 KiB | 15 Q