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

Generate correct ARG_INFO when return type of method is object #2374

Closed
Jeckerson opened this issue Jul 17, 2022 · 0 comments · Fixed by #2379 or #2382
Closed

Generate correct ARG_INFO when return type of method is object #2374

Jeckerson opened this issue Jul 17, 2022 · 0 comments · Fixed by #2379 or #2382
Assignees
Labels
bug enhancement nfr New Feature Request

Comments

@Jeckerson
Copy link
Member

Currently when method returns object or nullable object, it will generate incorrect ARG_INFO (ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX) with NULL class, which is incorrect during AST parse in PHP userland.

See phalcon/cphalcon#16023

@Jeckerson Jeckerson self-assigned this Jul 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
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 Jeckerson linked a pull request Aug 17, 2022 that will close this issue
3 tasks
Jeckerson added a commit that referenced this issue Aug 18, 2022
@Jeckerson Jeckerson added the nfr New Feature Request label Aug 18, 2022
@Jeckerson Jeckerson reopened this 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
@Jeckerson Jeckerson linked a pull request Aug 22, 2022 that will close this issue
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug enhancement nfr New Feature Request
Projects
None yet
1 participant