mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
MFZE1
This commit is contained in:
parent
95347cd868
commit
4757104e45
@ -84,7 +84,8 @@ static void print_hash(HashTable *ht, int indent)
|
||||
zval **tmp;
|
||||
char *string_key;
|
||||
HashPosition iterator;
|
||||
unsigned long num_key, str_len;
|
||||
ulong num_key;
|
||||
uint str_len;
|
||||
int i;
|
||||
|
||||
for (i=0; i<indent; i++) {
|
||||
|
@ -314,7 +314,8 @@ ZEND_API int zval_update_constant(zval **pp, void *arg TSRMLS_DC)
|
||||
} else if (p->type == IS_CONSTANT_ARRAY) {
|
||||
zval **element;
|
||||
char *str_index;
|
||||
ulong str_index_len, num_index;
|
||||
uint str_index_len;
|
||||
ulong num_index;
|
||||
|
||||
SEPARATE_ZVAL(pp);
|
||||
p = *pp;
|
||||
|
Loading…
Reference in New Issue
Block a user