Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/Pipes/
H A DWindowsPipes.php49 Process::STDERR => Process::ERR,
/template/strap/vendor/symfony/process/
H A DProcess.php35 public const ERR = 'err'; define in Symfony\\Component\\Process\\Process
478 … $ready = $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data) || $ready;
661 yield self::ERR => $err;
1444 $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data);