From e67bdc8973e44cd405b6e6910b14383c4e374725 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 16 Apr 2026 09:00:12 +0200 Subject: --- phork0.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 phork0.php diff --git a/phork0.php b/phork0.php new file mode 100644 index 0000000..1ddc6f6 --- /dev/null +++ b/phork0.php @@ -0,0 +1,26 @@ +isVerbose() ? $output : new NullOutput()); + $this->ioVV = new SymfonyStyle( + $input, + $output->isVeryVerbose() ? $output : new NullOutput() + ); + $this->ioVVV = new SymfonyStyle($input, $output->isDebug() ? $output : new NullOutput()); + + $this->ioV->writeln('message visible with -v only'); + $this->ioVV->writeln('message visible with -vv only'); + $this->ioVVV->writeln('message visible with -vvv only'); + } +} \ No newline at end of file -- cgit v1.2.3