3v4l.org

run code in 300+ PHP versions simultaneously
<?php $h = 0; echo ($h >> 20) ^ ($h >> 12); echo $h ^ ($h >> 7) ^ ($h >> 4);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/41tki
function name:  (null)
number of ops:  11
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        SR                                               ~3      !0, 12
          3        BW_XOR                                           ~4      ~2, ~3
          4        ECHO                                                     ~4
    4     5        SR                                               ~5      !0, 7
          6        BW_XOR                                           ~6      !0, ~5
          7        SR                                               ~7      !0, 4
          8        BW_XOR                                           ~8      ~6, ~7
          9        ECHO                                                     ~8
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.02 ms | 1397 KiB | 13 Q