function HRTime::fromSecondsAndNanoseconds
Throws
2 calls to HRTime::fromSecondsAndNanoseconds()
- SystemStopWatch::current in vendor/
phpunit/ phpunit/ src/ Event/ Value/ Telemetry/ SystemStopWatch.php - SystemStopWatchWithOffset::current in vendor/
phpunit/ phpunit/ src/ Event/ Value/ Telemetry/ SystemStopWatchWithOffset.php
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Value/ Telemetry/ HRTime.php, line 28
Class
- HRTime
- @psalm-immutable
Namespace
PHPUnit\Event\TelemetryCode
public static function fromSecondsAndNanoseconds(int $seconds, int $nanoseconds) : self {
return new self($seconds, $nanoseconds);
}