Skip to content

Commit 1936cf0

Browse files
committed
comment
1 parent 26f7102 commit 1936cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_lazy_objects.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ ZEND_API zend_object *zend_lazy_object_init_with(zend_object *obj, zend_fcall_in
375375
for (int i = 0; i < obj->ce->default_properties_count; i++) {
376376
zval *p = &properties_table_snapshot[i];
377377
/* Use zval_ptr_dtor directly here (not zend_object_dtor_property),
378-
* as the reference type_source will have already been deleted in
378+
* as any reference type_source will have already been deleted in
379379
* case the prop is not bound to this value anymore. */
380380
i_zval_ptr_dtor(p);
381381
}

0 commit comments

Comments
 (0)