Searched refs:incrementalOutputOffset (Results 1 – 1 of 1) sorted by relevance
72 private $incrementalOutputOffset = 0; variable in Symfony\\Component\\Process\\Process606 $latest = stream_get_contents($this->stdout, -1, $this->incrementalOutputOffset);607 $this->incrementalOutputOffset = ftell($this->stdout);638 $out = stream_get_contents($this->stdout, -1, $this->incrementalOutputOffset);644 $this->incrementalOutputOffset = ftell($this->stdout);683 $this->incrementalOutputOffset = 0;958 fseek($this->stdout, $this->incrementalOutputOffset);1498 $this->incrementalOutputOffset = 0;