mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Unicode support: MS Visual C compatibility
This commit is contained in:
parent
25c8f09752
commit
e3b7f3fd0d
30 changed files with 215 additions and 176 deletions
|
@ -415,7 +415,7 @@ static void text_iter_get_current_data(zend_object_iterator* iter, zval*** data
|
|||
*data = &obj->current;
|
||||
}
|
||||
|
||||
static int text_iter_get_current_key(zend_object_iterator* iter, char **str_key, uint *str_key_len, ulong *int_key TSRMLS_DC)
|
||||
static int text_iter_get_current_key(zend_object_iterator* iter, zstr *str_key, uint *str_key_len, ulong *int_key TSRMLS_DC)
|
||||
{
|
||||
text_iter_obj* obj = text_iter_to_obj(iter);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue