1
0
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:
Stanislav Malyshev
2016-08-04 00:03:31 -07:00
parent da316b50bd
commit f1a0b7d690

View File

@@ -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;