mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
master renames phase 1
This commit is contained in:
parent
0cf2dbdf58
commit
c3e3c98ec6
486 changed files with 11459 additions and 11541 deletions
|
@ -238,7 +238,7 @@ static PHP_METHOD(IntlIterator, key)
|
|||
if (ii->iterator->funcs->get_current_key) {
|
||||
ii->iterator->funcs->get_current_key(ii->iterator, return_value TSRMLS_CC);
|
||||
} else {
|
||||
RETURN_INT(ii->iterator->index);
|
||||
RETURN_LONG(ii->iterator->index);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue