3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( PHP_INT_MAX, 1 << 32, -1 << 32, PHP_INT_MAX << 32, 0 << 32 );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/R1JO5
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
    4     1        SEND_VAL                                                 9223372036854775807
    5     2        SEND_VAL                                                 4294967296
    6     3        SEND_VAL                                                 -4294967296
    7     4        SEND_VAL                                                 -4294967296
    8     5        SEND_VAL                                                 0
          6        DO_ICALL                                                 
    9     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.63 ms | 1398 KiB | 15 Q