Home
last modified time | relevance | path

Searched refs:starttime (Results 1 – 1 of 1) sorted by relevance

/template/strap/vendor/symfony/process/
H A DProcess.php60 private $starttime; variable in Symfony\\Component\\Process\\Process
305 $this->starttime = $this->lastOutputTime = microtime(true);
1202 if (null !== $this->timeout && $this->timeout < microtime(true) - $this->starttime) {
1224 return $this->starttime;
1488 $this->starttime = null;