Skip to content

Fix indirect readonly error messages #14979

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

Merged
merged 3 commits into from
Jul 16, 2024

Conversation

iluuu1994
Copy link
Member

@iluuu1994 iluuu1994 commented Jul 16, 2024

$obj->ro[] = 42;, passByRef($obj->ro); and the likes should emit an indirect modification error message. This message already existed but was used inconsistently.

$obj->ro[] = 42; should emit an indirect modification error message. This
message already existed but was used inconsistently.
@iluuu1994 iluuu1994 merged commit fdbe910 into php:master Jul 16, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant