Searched refs:incrementalErrorOutputOffset (Results 1 – 1 of 1) sorted by relevance
73 private $incrementalErrorOutputOffset = 0; variable in Symfony\\Component\\Process\\Process652 $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;