mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Get rid of method mapping of BreakIterator classes
This commit is contained in:
parent
bcb7847139
commit
81fee9f29f
7 changed files with 78 additions and 78 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue