mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
- ZE2 fixes
This commit is contained in:
parent
9a3d4e736c
commit
a5afd0e9d0
7 changed files with 21 additions and 29 deletions
|
@ -177,7 +177,7 @@ void php_DOTNET_call_function_handler(INTERNAL_FUNCTION_PARAMETERS, zend_propert
|
|||
*object_handle = *return_value;
|
||||
pval_copy_constructor(object_handle);
|
||||
INIT_PZVAL(object_handle);
|
||||
zend_hash_index_update(object->value.obj.properties, 0, &object_handle, sizeof(pval *), NULL);
|
||||
zend_hash_index_update(Z_OBJPROP_P(object), 0, &object_handle, sizeof(pval *), NULL);
|
||||
pval_destructor(&function_name->element);
|
||||
} else {
|
||||
php_COM_call_function_handler(INTERNAL_FUNCTION_PARAM_PASSTHRU, property_reference);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue