Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/
H A DProcess.php61 private $lastOutputTime; variable in Symfony\\Component\\Process\\Process
305 $this->starttime = $this->lastOutputTime = microtime(true);
954 $this->lastOutputTime = microtime(true);
968 $this->lastOutputTime = microtime(true);
980 return $this->lastOutputTime;
1208 … if (null !== $this->idleTimeout && $this->idleTimeout < microtime(true) - $this->lastOutputTime) {