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 round(microtime(true) * 1000); } echo getMillitime();

preferences:
30.51 ms | 402 KiB | 5 Q