Home
last modified time | relevance | path

Searched refs:STDERR (Results 1 – 9 of 9) sorted by relevance

/template/strap/ComboStrap/
H A DSqlite.php238 fwrite(STDERR, "Stderr DbFile: " . $dbFile . "\n");
240 fwrite(STDERR, "File does exists\n");
241 fwrite(STDERR, "Permission " . substr(sprintf('%o', fileperms($dbFile)), -4) . "\n");
243 fwrite(STDERR, "File does not exist\n");
248 fwrite(STDERR, "MetaDir: " . $metadir . "\n");
251 fwrite(STDERR, "Meta is a subdirectory of the db \n");
253 fwrite(STDERR, "Meta is a not subdirectory of the db \n");
/template/strap/vendor/symfony/yaml/Resources/bin/
H A Dyaml-lint36 fwrite(STDERR, 'Install dependencies using Composer.'.PHP_EOL);
41 …fwrite(STDERR, 'You need the "symfony/console" component in order to run the Yaml linter.'.PHP_EOL…
/template/strap/
H A Dcli.php221 fwrite(STDERR, "The host name is mandatory");
227 fwrite(STDERR, "The host port is mandatory");
255 fwrite(STDERR, "Combo: Command unknown (" . $cmd . ")");
262 …fwrite(STDERR, "An internal error has occurred. " . $exception->getMessage() . "\n" . $exception->…
576 fwrite(STDERR, "The start path is mandatory and was not given");
586 fwrite(STDERR, "Too much arguments given $sizeof");
/template/strap/vendor/
H A Dautoload.php12 fwrite(STDERR, $err);
/template/strap/vendor/symfony/process/Pipes/
H A DWindowsPipes.php34 Process::STDERR => 0,
49 Process::STDERR => Process::ERR,
/template/twigstarter/vendor/composer/
Dplatform_check.php17 …fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $…
/template/strap/vendor/composer/
H A Dplatform_check.php17 …fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $…
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DConsoleErrorListener.php20 \fwrite(\STDERR, \sprintf("line %d:%d %s\n", $line, $charPositionInLine, $msg));
/template/strap/vendor/symfony/process/
H A DProcess.php44 public const STDERR = 2; define in Symfony\\Component\\Process\\Process