Skip to content

Add stubs for Intl BreakIterator #5207

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 3 commits into from

Conversation

kocsismate
Copy link
Member

No description provided.

@kocsismate kocsismate force-pushed the intl-breakiterator-stubs branch 2 times, most recently from f2021f4 to b8ce117 Compare February 25, 2020 07:33
Copy link
Member

@nikic nikic left a comment

Choose a reason for hiding this comment

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

Side note: Would be nice if this code did not use PHP_ME_MAPPING. It does not provide a procedural mirror API, so there's no point to that.

@nikic nikic added the Stubs label Feb 25, 2020
First check for IS_INDIRECT and de-indirect it directly there.
Handle the error cases later.
@kocsismate kocsismate force-pushed the intl-breakiterator-stubs branch from b8ce117 to d9081e7 Compare February 25, 2020 19:21
@kocsismate
Copy link
Member Author

I fixed the issue with setText() and got rid of method mapping (in a separate commit) :)

@kocsismate
Copy link
Member Author

I am not sure how one of your commits ended up being in the changeset... Or maybe mirroring stopped working between GitHub and PHP's Git server? 🤔

@nikic
Copy link
Member

nikic commented Feb 25, 2020

@kocsismate Yes, GitHub was down when I pushed that commit, so it didn't sync.

@kocsismate kocsismate force-pushed the intl-breakiterator-stubs branch from d9081e7 to 4b41bfb Compare February 25, 2020 21:01
@php-pulls php-pulls closed this in bcb7847 Feb 25, 2020
@kocsismate kocsismate deleted the intl-breakiterator-stubs branch February 25, 2020 22:06
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.

2 participants