3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo base_convert(time() * str_pad(300, 10, 0), 10, 36); // 9.izs01czstggg
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0WfSZ
function name:  (null)
number of ops:  15
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        INIT_FCALL                                               'str_pad'
          4        SEND_VAL                                                 300
          5        SEND_VAL                                                 10
          6        SEND_VAL                                                 0
          7        DO_ICALL                                         $1      
          8        MUL                                              ~2      $0, $1
          9        SEND_VAL                                                 ~2
         10        SEND_VAL                                                 10
         11        SEND_VAL                                                 36
         12        DO_ICALL                                         $3      
         13        ECHO                                                     $3
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.37 ms | 1398 KiB | 19 Q