Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/
H A DProcess.php73 private $incrementalErrorOutputOffset = 0; variable in Symfony\\Component\\Process\\Process
652 $err = stream_get_contents($this->stderr, -1, $this->incrementalErrorOutputOffset);
658 $this->incrementalErrorOutputOffset = ftell($this->stderr);
723 $latest = stream_get_contents($this->stderr, -1, $this->incrementalErrorOutputOffset);
724 $this->incrementalErrorOutputOffset = ftell($this->stderr);
742 $this->incrementalErrorOutputOffset = 0;
972 fseek($this->stderr, $this->incrementalErrorOutputOffset);
1499 $this->incrementalErrorOutputOffset = 0;