mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add Intl prefix to BreakIterator/RuleBasedBI
This commit is contained in:
parent
87dd0269ba
commit
cee31091a9
31 changed files with 137 additions and 137 deletions
|
@ -84,7 +84,7 @@ static void _php_intlgregcal_constructor_body(INTERNAL_FUNCTION_PARAMETERS)
|
|||
breakiterator_object_create(return_value, rbbi TSRMLS_CC);
|
||||
}
|
||||
|
||||
U_CFUNC PHP_METHOD(RuleBasedBreakIterator, __construct)
|
||||
U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, __construct)
|
||||
{
|
||||
zval orig_this = *getThis();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue