Searched refs:lastOutputTime (Results 1 – 2 of 2) sorted by relevance
61 private $lastOutputTime; variable in Symfony\\Component\\Process\\Process305 $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) {
58 private $lastOutputTime; variable in Symfony\\Component\\Process\\Process278 $this->starttime = $this->lastOutputTime = microtime(true);907 $this->lastOutputTime = microtime(true);923 $this->lastOutputTime = microtime(true);1333 … if (null !== $this->idleTimeout && $this->idleTimeout < microtime(true) - $this->lastOutputTime) {