Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/symfony/process/
H A DProcess.php48 const ITER_SKIP_OUT = 4; // Use this flag to skip STDOUT while iterating define in Symfony\\Component\\Process\\Process
573 $yieldOut = !(self::ITER_SKIP_OUT & $flags);
/plugin/combo/vendor/symfony/process/
H A DProcess.php51 public const ITER_SKIP_OUT = 4; // Use this flag to skip STDOUT while iterating define in Symfony\\Component\\Process\\Process
632 $yieldOut = !(self::ITER_SKIP_OUT & $flags);