3v4l.org

run code in 300+ PHP versions simultaneously
<?php // see https://github.com/eyecatchup/SEOstats/pull/42#issuecomment-29747931 if (!ini_get('date.timezone') && function_exists('date_default_timezone_set')) { date_default_timezone_set('UTC'); } function getMilliTime() { return number_format(microtime(true) * 1000, 0, '.', ''); } echo getMilliTime();
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 5, Position 2 = 9
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 13
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
Branch analysis from position: 9
filename:       /in/do4A1
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'ini_get'
          1        SEND_VAL                                                 'date.timezone'
          2        DO_ICALL                                         $0      
          3        BOOL_NOT                                         ~1      $0
          4      > JMPZ_EX                                          ~1      ~1, ->9
          5    >   INIT_FCALL                                               'function_exists'
          6        SEND_VAL                                                 'date_default_timezone_set'
          7        DO_ICALL                                         $2      
          8        BOOL                                             ~1      $2
          9    > > JMPZ                                                     ~1, ->13
    4    10    >   INIT_FCALL                                               'date_default_timezone_set'
         11        SEND_VAL                                                 'UTC'
         12        DO_ICALL                                                 
   12    13    >   INIT_FCALL                                               'getmillitime'
         14        DO_FCALL                                      0  $4      
         15        ECHO                                                     $4
         16      > RETURN                                                   1

Function getmillitime:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/do4A1
function name:  getMilliTime
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                               'number_format'
          1        INIT_FCALL                                               'microtime'
          2        SEND_VAL                                                 <true>
          3        DO_ICALL                                         $0      
          4        MUL                                              ~1      $0, 1000
          5        SEND_VAL                                                 ~1
          6        SEND_VAL                                                 0
          7        SEND_VAL                                                 '.'
          8        SEND_VAL                                                 ''
          9        DO_ICALL                                         $2      
         10      > RETURN                                                   $2
   10    11*     > RETURN                                                   null

End of function getmillitime

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.08 ms | 1399 KiB | 24 Q