Skip to content

PHP Deprecated: Creation of dynamic property cli\arguments\HelpScreen::$_flagMax is deprecated #169

Closed
@kodie

Description

@kodie

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:

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

  • cd php-cli-tools/examples
  • ./arguments help

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions