3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.99 ms | 1394 KiB | 17 Q