Skip to content

Fix GH-16354 convert GMP to number failure. #16368

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

Closed
wants to merge 2 commits into from

Conversation

devnexen
Copy link
Member

zend_parse_arg_long_slow/zend_null_arg_deprecated handle nullable as 2nd (or +) argument so here we trigger a TypeError exception in case we deal with null at 1st argument.

zend_parse_arg_long_slow/zend_null_arg_deprecated handle nullable
as 2nd (or +) argument so here we trigger a TypeError exception
in case we deal with null at 1st argument.
@cmb69
Copy link
Member

cmb69 commented Oct 11, 2024

See #16015 which would also solve this issue.

@cmb69 cmb69 linked an issue Oct 11, 2024 that may be closed by this pull request
@devnexen
Copy link
Member Author

Oh ok if it there is already a fix, no point for mine.

@devnexen devnexen closed this Oct 11, 2024
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.

Assertion failure in Zend/zend_API.c:498
2 participants