Add Intl prefix to BreakIterator/RuleBasedBI

This commit is contained in:
Gustavo André dos Santos Lopes 2012-06-10 22:42:38 +02:00
parent 87dd0269ba
commit cee31091a9
31 changed files with 137 additions and 137 deletions

View file

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