While running the "arguments" example on PHP v8.2.1 and passing the "help" option, the following errors occur:
PHP Deprecated: Creation of dynamic property cli\arguments\HelpScreen::$_flagMax is deprecated in /Users/kodiegrantham/www/misc/fss-cli/vendor/wp-cli/php-cli-tools/lib/cli/arguments/HelpScreen.php on line 43
Deprecated: Creation of dynamic property cli\arguments\HelpScreen::$_flagMax is deprecated in /Users/kodiegrantham/www/misc/fss-cli/vendor/wp-cli/php-cli-tools/lib/cli/arguments/HelpScreen.php on line 43
PHP Deprecated: Creation of dynamic property cli\arguments\HelpScreen::$_optionMax is deprecated in /Users/kodiegrantham/www/misc/fss-cli/vendor/wp-cli/php-cli-tools/lib/cli/arguments/HelpScreen.php on line 50
Deprecated: Creation of dynamic property cli\arguments\HelpScreen::$_optionMax is deprecated in /Users/kodiegrantham/www/misc/fss-cli/vendor/wp-cli/php-cli-tools/lib/cli/arguments/HelpScreen.php on line 50
These errors don't show up on PHP v8.0.30
Describe how other contributors can replicate this bug
Bug Report
Describe the current, buggy behavior
While running the "arguments" example on PHP v8.2.1 and passing the "help" option, the following errors occur:
These errors don't show up on PHP v8.0.30
Describe how other contributors can replicate this bug
cd php-cli-tools/examples
./arguments help