-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add all the missing parameter types to stubs #5955
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
ext/pdo/pdo_stmt.c
Outdated
@@ -40,6 +40,12 @@ | |||
RETURN_FALSE; \ | |||
} \ | |||
|
|||
#define PHP_STMT_GET_OBJ_INT \ |
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.
We should be throwing an exception in this case, right? (in PHP_STMT_GET_OBJ
as well)
89617da
to
4a4b29d
Compare
3822d0f
to
5dfc2fe
Compare
5dfc2fe
to
2d593ca
Compare
f91f000
to
bd0d84d
Compare
bd0d84d
to
e143d96
Compare
1614acd
to
31fbbc0
Compare
Looks like there's still test failures. |
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.
My last commit should fix the tests failures.
db91143
to
9bccd06
Compare
PHP now provides complete type information (at least in an informal way) for each and every function and method.