-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Broken RC inference for op1 of FETCH_OBJ with magic methods #17151
Comments
iluuu1994
added a commit
to iluuu1994/php-src
that referenced
this issue
Dec 13, 2024
iluuu1994
added a commit
to iluuu1994/php-src
that referenced
this issue
Dec 13, 2024
iluuu1994
added a commit
to iluuu1994/php-src
that referenced
this issue
Dec 18, 2024
iluuu1994
pushed a commit
to iluuu1994/php-src
that referenced
this issue
Dec 18, 2024
iluuu1994
added a commit
to iluuu1994/php-src
that referenced
this issue
Dec 18, 2024
iluuu1994
pushed a commit
to iluuu1994/php-src
that referenced
this issue
Dec 18, 2024
iluuu1994
added a commit
that referenced
this issue
Dec 18, 2024
* PHP-8.4: Fix RC inference of op1 of FETCH_OBJ and INIT_METHOD_CALL Add tests for GH-17151
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The following code:
Resulted in this output:
But I expected this output instead:
The problem here is that we don't create a new definition for op1 for FETCH_OBJ. This was discovered during development of GH-17130.
PHP Version
PHP 8.2+
Operating System
No response
The text was updated successfully, but these errors were encountered: