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 a1f1637 commit 94d814dCopy full SHA for 94d814d
Zend/zend_objects.c
@@ -100,7 +100,7 @@ ZEND_API void zend_objects_destroy_object(zend_object *object)
100
101
if (destructor) {
102
zend_object *old_exception;
103
- const zend_op *old_opline_before_exception;
+ const zend_op *old_opline_before_exception = NULL;
104
105
if (destructor->op_array.fn_flags & (ZEND_ACC_PRIVATE|ZEND_ACC_PROTECTED)) {
106
if (destructor->op_array.fn_flags & ZEND_ACC_PRIVATE) {
0 commit comments