Skip to content

Add stubs for standard library - final round #5017

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

kocsismate
Copy link
Member

Finally, all the functions in the standard library will have a stub. 🎉

@kocsismate
Copy link
Member Author

Fixup'd the issues :) Thanks for the suggestions!

* @param array|string $param2
* @param mixed $value
*/
function stream_context_set_option($context, $param2, string $option_name = UNKNOWN, $value = UNKNWOWN): bool {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
function stream_context_set_option($context, $param2, string $option_name = UNKNOWN, $value = UNKNWOWN): bool {}
function stream_context_set_option($context, $param2, string $option_name = UNKNOWN, $value = UNKNOWN): bool {}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, my bad.. I'll fix it now.

kocsismate added a commit to kocsismate/php-src that referenced this pull request Dec 20, 2019
@php-pulls php-pulls closed this in d7b2082 Dec 20, 2019
@kocsismate kocsismate deleted the standard-various5 branch December 20, 2019 11:04
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