We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code: https://3v4l.org/p72ZV
<?php session_set_save_handler( sessionhandler: new SessionHandler(), register_shutdown: true );
Resulted in this output:
Unknown named parameter $sessionhandler
But I expected this output instead: Not getting an error when using named parameters with session_set_save_handler().
PHP 8.4.2
No response
The text was updated successfully, but these errors were encountered:
Named parameters are not supported for alternative prototypes. This is mentioned on various documentation pages, we may add it here too.
Sorry, something went wrong.
No branches or pull requests
Description
The following code:
https://3v4l.org/p72ZV
Resulted in this output:
But I expected this output instead:
Not getting an error when using named parameters with session_set_save_handler().
PHP Version
PHP 8.4.2
Operating System
No response
The text was updated successfully, but these errors were encountered: