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

@ -246,9 +246,7 @@ U_CFUNC PHP_METHOD(IntlPartsIterator, getBreakIterator)
{
INTLITERATOR_METHOD_INIT_VARS;
if (zend_parse_parameters_none() == FAILURE) {
RETURN_THROWS();
}
ZEND_PARSE_PARAMETERS_NONE();
INTLITERATOR_METHOD_FETCH_OBJECT;
@ -259,9 +257,7 @@ U_CFUNC PHP_METHOD(IntlPartsIterator, getRuleStatus)
{
INTLITERATOR_METHOD_INIT_VARS;
if (zend_parse_parameters_none() == FAILURE) {
RETURN_THROWS();
}
ZEND_PARSE_PARAMETERS_NONE();
INTLITERATOR_METHOD_FETCH_OBJECT;