3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "Unsigned and Signed:\n"; printf("%f\n",(PHP_INT_MAX * 2) - 1); printf("%d\n",PHP_INT_MAX);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fgHRT
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     'Unsigned+and+Signed%3A%0A'
    5     1        INIT_FCALL                                               'printf'
          2        SEND_VAL                                                 '%25f%0A'
          3        SEND_VAL                                                 1.84467e+19
          4        DO_ICALL                                                 
    6     5        INIT_FCALL                                               'printf'
          6        SEND_VAL                                                 '%25d%0A'
          7        SEND_VAL                                                 9223372036854775807
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.95 ms | 1385 KiB | 15 Q