3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('int', 42); echo (int - 42) . "\n"; echo ((int) - 42) . "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BVolU
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'int'
          2        SEND_VAL                                                 42
          3        DO_ICALL                                                 
    5     4        FETCH_CONSTANT                                   ~1      'int'
          5        SUB                                              ~2      ~1, 42
          6        CONCAT                                           ~3      ~2, '%0A'
          7        ECHO                                                     ~3
    6     8        CAST                                          4  ~4      -42
          9        CONCAT                                           ~5      ~4, '%0A'
         10        ECHO                                                     ~5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.89 ms | 1406 KiB | 15 Q