-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add other test cases for bcadd and bccomp #4110
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
Conversation
The error case tests in here will probably be superseded by #4092. |
@peter279k Please rebase this PR onto current PHP-7.4. Likely some of these test will fail then, so please adjust them. Thanks! |
Hi @cmb69, thank you for your reply. I've merged branch |
f149a1c
to
3866848
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks generally good to me. Not sure if we need all these tests for non-numeric values, though.
After consideration, I don't think the new tests make much sense; after all, checking for non-wellformed arguments is already done elsewhere. The additions to the existing test cases are fine, but I don't see a good reason to merge that into a stable branch. So, @peter279k, could you please rebase onto master, and change the target branch accordingly? |
Closing this and reopen on PR #7851. |
Changed log
bcadd
andbccomp
function variations.