3v4l.org

run code in 300+ PHP versions simultaneously
<?php $h = 0; echo $h ^ ($h >> 20); echo $h ^ ($h >> 7) ^ ($h >> 4);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/EYqh0
function name:  (null)
number of ops:  10
compiled vars:  !0 = $h
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
    3     1        SR                                               ~2      !0, 20
          2        BW_XOR                                           ~3      !0, ~2
          3        ECHO                                                     ~3
    4     4        SR                                               ~4      !0, 7
          5        BW_XOR                                           ~5      !0, ~4
          6        SR                                               ~6      !0, 4
          7        BW_XOR                                           ~7      ~5, ~6
          8        ECHO                                                     ~7
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.06 ms | 1392 KiB | 13 Q