Lines Matching defs:pipes
23 public $pipes = [];
49 foreach ($this->pipes as $pipe) {
54 $this->pipes = [];
78 foreach ($this->pipes as $pipe) {
95 if (!isset($this->pipes[0])) {
121 $w = [$this->pipes[0]];
133 return [$this->pipes[0]];
148 return [$this->pipes[0]];
164 fclose($this->pipes[0]);
165 unset($this->pipes[0]);
167 return [$this->pipes[0]];