Skip to content
New issue

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

PassedParameters::hasParameters(): allow for self/parent/static as function call #452

Merged

Commits on Apr 13, 2023

  1. PassedParameters::hasParameters(): allow for self/parent/static as fu…

    …nction call
    
    PHP allows for declaring global/OO functions called `self` and `parent` and OO functions called `static`.
    
    The guard code against handling of the `self`/`parent`/`static` keywords when not used as a function call did not take this into account correctly.
    
    Fixed now.
    
    Includes additional unit tests.
    jrfnl committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1c47daf View commit details
    Browse the repository at this point in the history