Get rid of method mapping of BreakIterator classes

This commit is contained in:
Máté Kocsis 2020-02-25 19:57:23 +01:00
parent bcb7847139
commit 81fee9f29f
No known key found for this signature in database
GPG key ID: FD055E41728BF310
7 changed files with 78 additions and 78 deletions

View file

@ -25,7 +25,7 @@ static inline CodePointBreakIterator *fetch_cpbi(BreakIterator_object *bio) {
return (CodePointBreakIterator*)bio->biter;
}
U_CFUNC PHP_FUNCTION(cpbi_get_last_code_point)
U_CFUNC PHP_METHOD(IntlCodePointBreakIterator, getLastCodePoint)
{
BREAKITER_METHOD_INIT_VARS;
object = ZEND_THIS;