Lines Matching defs:STDOUT
43 public const STDOUT = 1;
51 public const ITER_SKIP_OUT = 4; // Use this flag to skip STDOUT while iterating
234 * The STDOUT and STDERR are also available after the process is finished
238 * output available on STDOUT or STDERR
291 * output available on STDOUT or STDERR
377 * output available on STDOUT or STDERR
477 $ready = $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data) || $ready;
572 * Returns the current output of the process (STDOUT).
947 * Adds a line to the STDOUT stream.
1430 $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data);