3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.79 ms | 1394 KiB | 15 Q