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();

preferences:
32.8 ms | 402 KiB | 5 Q