3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "Php max int: ", PHP_INT_MAX, "\n"; var_dump(-1580033017 + -2072974554); echo "Intval of the val: ".intval(-3653007571)."\n"; echo "And 0xffffffff of the val: ".(-3653007571 & 0xffffffff)."\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jXUF0
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     'Php+max+int%3A+'
          1        ECHO                                                     9223372036854775807
          2        ECHO                                                     '%0A'
    4     3        INIT_FCALL                                               'var_dump'
          4        SEND_VAL                                                 -3653007571
          5        DO_ICALL                                                 
    5     6        CAST                                          4  ~1      -3653007571
          7        CONCAT                                           ~2      'Intval+of+the+val%3A+', ~1
          8        CONCAT                                           ~3      ~2, '%0A'
          9        ECHO                                                     ~3
    6    10        ECHO                                                     'And+0xffffffff+of+the+val%3A+641959725%0A'
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.72 ms | 1394 KiB | 15 Q