3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo dechex(74515898855732498125) . "\n"; echo base_convert ('74515898855732498125', 10, 16). "\n"; echo base_convert (74515898855732498125, 10, 16). "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Cd7o9
function name:  (null)
number of ops:  20
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        CONCAT                                           ~3      $2, '%0A'
         11        ECHO                                                     ~3
    7    12        INIT_FCALL                                               'base_convert'
         13        SEND_VAL                                                 7.45159e+19
         14        SEND_VAL                                                 10
         15        SEND_VAL                                                 16
         16        DO_ICALL                                         $4      
         17        CONCAT                                           ~5      $4, '%0A'
         18        ECHO                                                     ~5
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.12 ms | 1394 KiB | 17 Q