3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.09 ms | 1394 KiB | 17 Q