mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
We're using ZVAL's now.
This commit is contained in:
parent
ff7a79c6cf
commit
80bab9d939
15 changed files with 29 additions and 29 deletions
|
@ -497,7 +497,7 @@ JNIEXPORT void JNICALL Java_net_php_reflect_setResultFromObject
|
|||
presult->value.obj.properties = (HashTable *) emalloc(sizeof(HashTable));
|
||||
presult->is_ref=1;
|
||||
presult->refcount=1;
|
||||
zend_hash_init(presult->value.obj.properties, 0, NULL, PVAL_PTR_DTOR, 0);
|
||||
zend_hash_init(presult->value.obj.properties, 0, NULL, ZVAL_PTR_DTOR, 0);
|
||||
};
|
||||
|
||||
handle = (pval *) emalloc(sizeof(pval));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue