We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7332f commit 6e0b60cCopy full SHA for 6e0b60c
1 file changed
Zend/zend_object_handlers.c
@@ -877,7 +877,6 @@ ZEND_API zval *zend_std_read_property(zend_object *zobj, zend_string *name, int
877
878
if (!((*guard) & IN_ISSET)) {
879
GC_ADDREF(zobj);
880
- ZVAL_UNDEF(&tmp_result);
881
882
*guard |= IN_ISSET;
883
zend_std_call_issetter(zobj, name, &tmp_result);
0 commit comments