Searched refs:STDERR (Results 1 – 9 of 9) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | Sqlite.php | 238 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 D | yaml-lint | 36 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 D | cli.php | 221 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 D | autoload.php | 12 fwrite(STDERR, $err);
|
| /template/strap/vendor/symfony/process/Pipes/ |
| H A D | WindowsPipes.php | 34 Process::STDERR => 0, 49 Process::STDERR => Process::ERR,
|
| /template/twigstarter/vendor/composer/ |
| D | platform_check.php | 17 …fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $…
|
| /template/strap/vendor/composer/ |
| H A D | platform_check.php | 17 …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 D | ConsoleErrorListener.php | 20 \fwrite(\STDERR, \sprintf("line %d:%d %s\n", $line, $charPositionInLine, $msg));
|
| /template/strap/vendor/symfony/process/ |
| H A D | Process.php | 44 public const STDERR = 2; define in Symfony\\Component\\Process\\Process
|