Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/Pipes/
H A DWindowsPipes.php32 private $readBytes = [ variable in Symfony\\Component\\Process\\Pipes\\WindowsPipes
156 $data = stream_get_contents($fileHandle, -1, $this->readBytes[$type]);
159 $this->readBytes[$type] += \strlen($data);