Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/
H A DProcess.php72 private $incrementalOutputOffset = 0; variable in Symfony\\Component\\Process\\Process
606 $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;