3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = '1440798226.9204'; $t = DateTime::createFromFormat('U.u', $time); echo $t->format('d/m/Y H:i:s:u');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ke8bf
function name:  (null)
number of ops:  11
compiled vars:  !0 = $time, !1 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '1440798226.9204'
    3     1        INIT_STATIC_METHOD_CALL                                  'DateTime', 'createFromFormat'
          2        SEND_VAL                                                 'U.u'
          3        SEND_VAR                                                 !0
          4        DO_FCALL                                      0  $3      
          5        ASSIGN                                                   !1, $3
    4     6        INIT_METHOD_CALL                                         !1, 'format'
          7        SEND_VAL_EX                                              'd%2Fm%2FY+H%3Ai%3As%3Au'
          8        DO_FCALL                                      0  $5      
          9        ECHO                                                     $5
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.45 ms | 1397 KiB | 13 Q