Lines Matching refs:false

55     private $hasCallback = false;
67 private $outputDisabled = false;
74 private $tty = false;
78 private $useFileHandles = false;
166 $this->pty = false;
215 if ($this->options['create_new_console'] ?? false) {
343 if (false !== $v && false === \in_array($k, ['argc', 'argv', 'ARGC', 'ARGV'], true)) {
367 $this->updateStatus(false);
419 $this->updateStatus(false);
461 $this->updateStatus(false);
469 $ready = false;
486 return false;
556 $this->outputDisabled = false;
562 * Returns true in case the output is disabled, false otherwise.
583 if (false === $ret = stream_get_contents($this->stdout, -1, 0)) {
608 if (false === $latest) {
628 $this->readPipesForOutput(__FUNCTION__, false);
699 if (false === $ret = stream_get_contents($this->stderr, -1, 0)) {
725 if (false === $latest) {
753 $this->updateStatus(false);
791 * It always returns false on Windows.
828 * It always returns false on Windows.
865 return false;
868 $this->updateStatus(false);
890 $this->updateStatus(false);
904 $this->updateStatus(false);
922 $this->doSignal(15, false);
930 $this->doSignal($signal ?: 9, false);
1111 // getcwd() will return false if any one of the parent directories does not have
1280 return $result = false;
1371 return self::$sigchild = false;
1388 private function readPipesForOutput(string $caller, bool $blocking = false)
1505 return false;
1515 return false;
1523 $ok = false === fgets($pipes[2]);
1530 return false;
1565 if (false === strpbrk($value, "\"%!\n")) {
1637 if (!isset($env[$matches[1]]) || false === $env[$matches[1]]) {