-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
Generate correct ARG_INFO when return type of method is object
#2374
Labels
Comments
Jeckerson
added a commit
that referenced
this issue
Aug 17, 2022
Jeckerson
added a commit
that referenced
this issue
Aug 17, 2022
Jeckerson
added a commit
that referenced
this issue
Aug 17, 2022
Jeckerson
added a commit
that referenced
this issue
Aug 17, 2022
3 tasks
Jeckerson
added a commit
that referenced
this issue
Aug 18, 2022
#2374 - Implement nullable object return type
Jeckerson
added a commit
that referenced
this issue
Aug 22, 2022
Jeckerson
added a commit
that referenced
this issue
Aug 22, 2022
3 tasks
Jeckerson
added a commit
that referenced
this issue
Aug 22, 2022
Jeckerson
added a commit
that referenced
this issue
Aug 22, 2022
Jeckerson
added a commit
that referenced
this issue
Aug 22, 2022
#2374 - Add support for `object` return type
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently when method returns
object
or nullable object, it will generate incorrect ARG_INFO (ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX
) withNULL
class, which is incorrect during AST parse in PHP userland.See phalcon/cphalcon#16023
The text was updated successfully, but these errors were encountered: