ext/intl last chunk of fast ZPP conversion (#14431)

This commit is contained in:
David CARLIER 2024-06-02 10:19:38 +01:00 committed by GitHub
parent 354b64720c
commit c8a8d8aba3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 77 additions and 111 deletions

View file

@ -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;