3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( 0xbfffffffffffffff ); var_dump( (int) 0x8fffffffffffffff ); var_dump( (int) 0x8ffffffffffffffe ); var_dump( (int) 0x8ffffffffffffffd );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SAVVC
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        SEND_VAL                                                 1.38351e+19
          2        DO_ICALL                                                 
    3     3        INIT_FCALL                                               'var_dump'
          4        CAST                                          4  ~1      1.03763e+19
          5        SEND_VAL                                                 ~1
          6        DO_ICALL                                                 
    4     7        INIT_FCALL                                               'var_dump'
          8        CAST                                          4  ~3      1.03763e+19
          9        SEND_VAL                                                 ~3
         10        DO_ICALL                                                 
    5    11        INIT_FCALL                                               'var_dump'
         12        CAST                                          4  ~5      1.03763e+19
         13        SEND_VAL                                                 ~5
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.08 ms | 1394 KiB | 15 Q