Skip to content

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

Closed
wants to merge 5 commits into from

Conversation

kocsismate
Copy link
Member

PHP now provides complete type information (at least in an informal way) for each and every function and method.

@@ -40,6 +40,12 @@
RETURN_FALSE; \
} \

#define PHP_STMT_GET_OBJ_INT \
Copy link
Member Author

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)

@kocsismate kocsismate force-pushed the stub-types3 branch 2 times, most recently from 89617da to 4a4b29d Compare August 7, 2020 17:44
@kocsismate kocsismate force-pushed the stub-types3 branch 4 times, most recently from 3822d0f to 5dfc2fe Compare August 9, 2020 09:11
@kocsismate kocsismate force-pushed the stub-types3 branch 3 times, most recently from f91f000 to bd0d84d Compare August 12, 2020 12:48
@nikic
Copy link
Member

nikic commented Aug 12, 2020

Looks like there's still test failures.

Copy link
Member Author

@kocsismate kocsismate left a 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.

@php-pulls php-pulls closed this in 2803c8f Aug 13, 2020
@kocsismate kocsismate deleted the stub-types3 branch August 13, 2020 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants