mirror of
https://github.com/php/php-src.git
synced 2026-03-31 12:42:29 +02:00
Update comment
This commit is contained in:
@@ -434,7 +434,7 @@ static inline int object_common2(UNSERIALIZE_PARAMETER, long elements)
|
||||
}
|
||||
|
||||
if (!process_nested_data(UNSERIALIZE_PASSTHRU, Z_OBJPROP_PP(rval), elements, 1)) {
|
||||
/* We've got partially constructed object on our hands here. Wipe it */
|
||||
/* We've got partially constructed object on our hands here. Wipe it. */
|
||||
zend_hash_clean(Z_OBJPROP_PP(rval));
|
||||
ZVAL_NULL(*rval);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user