diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-02-25 19:57:23 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-02-25 23:05:24 +0100 |
commit | 81fee9f29f4c02ec4159263c9b8815ab5f3c3061 (patch) | |
tree | 2470a0e28b893f9c647f47e57ae1989371d0393b /ext/intl/breakiterator/codepointiterator_methods.h | |
parent | bcb7847139b5fd1ccab5d5f2818aebe1eeed0fbf (diff) | |
download | php-git-81fee9f29f4c02ec4159263c9b8815ab5f3c3061.tar.gz |
Get rid of method mapping of BreakIterator classes
Diffstat (limited to 'ext/intl/breakiterator/codepointiterator_methods.h')
-rw-r--r-- | ext/intl/breakiterator/codepointiterator_methods.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/breakiterator/codepointiterator_methods.h b/ext/intl/breakiterator/codepointiterator_methods.h index 867326cada..04576d0eb1 100644 --- a/ext/intl/breakiterator/codepointiterator_methods.h +++ b/ext/intl/breakiterator/codepointiterator_methods.h @@ -17,6 +17,6 @@ #include <php.h> -PHP_FUNCTION(cpbi_get_last_code_point); +PHP_METHOD(IntlCodePointBreakIterator, getLastCodePoint); #endif |