You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 4 passed in /home/nicolas/Source/php/sphinx-inventory-parser/vendor/doxphp/doxphp/lib/DoxPHP/Parser/Parser.php on line 25 and exactly 5 expected in /home/nicolas/Source/php/sphinx-inventory-parser/vendor/doxphp/doxphp/bin/doxphp:14
Stack trace:
#0 /home/nicolas/Source/php/sphinx-inventory-parser/vendor/doxphp/doxphp/lib/DoxPHP/Parser/Parser.php(25): {closure}()
#1 /home/nicolas/Source/php/sphinx-inventory-parser/vendor/doxphp/doxphp/bin/doxphp(22): DoxPHP\Parser\Parser->parse()
#2 /home/nicolas/Source/php/sphinx-inventory-parser/vendor/bin/doxphp(120): include('...')
#3 {main}
thrown in /home/nicolas/Source/php/sphinx-inventory-parser/vendor/doxphp/doxphp/bin/doxphp on line 14
Warning This parameter has been DEPRECATED as of PHP 7.2.0, and REMOVED as of PHP 8.0.0. If the function defines this parameter without a default, an error of "too few arguments" will be raised when it is called.
The text was updated successfully, but these errors were encountered:
This comes from the fact that the last parameter of the callback of
set_error_handler()
has been deprecated since PHP 7.2 and removed in PHP 8.0: https://www.php.net/manual/en/function.set-error-handler.phpThe text was updated successfully, but these errors were encountered: