3v4l.org

run code in 300+ PHP versions simultaneously
<?php $h = 0; echo $h ^ ($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/tmQaR
function name:  (null)
number of ops:  12
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        SR                                               ~4      !0, 12
          4        BW_XOR                                           ~5      ~3, ~4
          5        ECHO                                                     ~5
    4     6        SR                                               ~6      !0, 7
          7        BW_XOR                                           ~7      !0, ~6
          8        SR                                               ~8      !0, 4
          9        BW_XOR                                           ~9      ~7, ~8
         10        ECHO                                                     ~9
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.53 ms | 1397 KiB | 13 Q