mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ext/intl last chunk of fast ZPP conversion (#14431)
This commit is contained in:
parent
354b64720c
commit
c8a8d8aba3
7 changed files with 77 additions and 111 deletions
|
@ -30,9 +30,7 @@ U_CFUNC PHP_METHOD(IntlCodePointBreakIterator, getLastCodePoint)
|
|||
BREAKITER_METHOD_INIT_VARS;
|
||||
object = ZEND_THIS;
|
||||
|
||||
if (zend_parse_parameters_none() == FAILURE) {
|
||||
RETURN_THROWS();
|
||||
}
|
||||
ZEND_PARSE_PARAMETERS_NONE();
|
||||
|
||||
BREAKITER_METHOD_FETCH_OBJECT;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue