Searched refs:STDOUT (Results 1 – 4 of 4) sorted by relevance
19 fputs(STDOUT, "Console Info: " . $message . PHP_EOL);
319 fputs(STDOUT, "ModificationTime of {$mediaFile->toAbsoluteId()}" . PHP_EOL);321 fputs(STDOUT, "ModificationTime of $filename at $log ");323 fputs(STDOUT, " $timestamp" . PHP_EOL);
33 Process::STDOUT => 0,48 Process::STDOUT => Process::OUT,
43 public const STDOUT = 1; define in Symfony\\Component\\Process\\Process478 … $ready = $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data) || $ready;1444 $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data);