3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(str_pad(strtotime('2018-10-25T11:09:25+08:00'), 13, 0)); var_dump(date("Y-m-d h:i:sa", microtime()));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/X0A8P
function name:  (null)
number of ops:  21
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'str_pad'
          2        INIT_FCALL                                               'strtotime'
          3        SEND_VAL                                                 '2018-10-25T11%3A09%3A25%2B08%3A00'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        SEND_VAL                                                 13
          7        SEND_VAL                                                 0
          8        DO_ICALL                                         $1      
          9        SEND_VAR                                                 $1
         10        DO_ICALL                                                 
    6    11        INIT_FCALL                                               'var_dump'
         12        INIT_FCALL                                               'date'
         13        SEND_VAL                                                 'Y-m-d+h%3Ai%3Asa'
         14        INIT_FCALL                                               'microtime'
         15        DO_ICALL                                         $3      
         16        SEND_VAR                                                 $3
         17        DO_ICALL                                         $4      
         18        SEND_VAR                                                 $4
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.18 ms | 1395 KiB | 23 Q