3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.46 ms | 1385 KiB | 17 Q