3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.66 ms | 1394 KiB | 15 Q