3v4l.org

run code in 300+ PHP versions simultaneously
<?php $jsDateTS = strtotime(1445600131080) * 1000; echo new DateTime('F j, Y, g:i a', $jsDateTS );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lPfLe
function name:  (null)
number of ops:  11
compiled vars:  !0 = $jsDateTS
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 1445600131080
          2        DO_ICALL                                         $1      
          3        MUL                                              ~2      $1, 1000
          4        ASSIGN                                                   !0, ~2
    5     5        NEW                                              $4      'DateTime'
          6        SEND_VAL_EX                                              'F+j%2C+Y%2C+g%3Ai+a'
          7        SEND_VAR_EX                                              !0
          8        DO_FCALL                                      0          
          9        ECHO                                                     $4
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.29 ms | 1394 KiB | 15 Q