diff options
Diffstat (limited to 'vendor/symfony/polyfill-php73/bootstrap.php')
| -rw-r--r-- | vendor/symfony/polyfill-php73/bootstrap.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/symfony/polyfill-php73/bootstrap.php b/vendor/symfony/polyfill-php73/bootstrap.php index 049b8bb8aa..4c3f44f6bf 100644 --- a/vendor/symfony/polyfill-php73/bootstrap.php +++ b/vendor/symfony/polyfill-php73/bootstrap.php @@ -17,6 +17,7 @@ if (PHP_VERSION_ID < 70300) { } if (!function_exists('hrtime')) { + require_once __DIR__.'/Php73.php'; p\Php73::$startAt = (int) microtime(true); function hrtime($asNum = false) { return p\Php73::hrtime($asNum); } } |
