We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e80b6d commit 3007026Copy full SHA for 3007026
Zend/zend_lazy_objects.c
@@ -469,7 +469,6 @@ static zend_object *zend_lazy_object_init_proxy(zend_object *obj)
469
470
/* unset() properties of the proxy. This ensures that all accesses are be
471
* delegated to the backing instance from now on. */
472
- // TODO: test that props are undef after initialization
473
zend_object_dtor_dynamic_properties(obj);
474
obj->properties = NULL;
475
0 commit comments