3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.83 ms | 1398 KiB | 21 Q