diff options
Diffstat (limited to 'ext/standard/incomplete_class.c')
| -rw-r--r-- | ext/standard/incomplete_class.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/incomplete_class.c b/ext/standard/incomplete_class.c index 921dc70775..3f45522a5c 100644 --- a/ext/standard/incomplete_class.c +++ b/ext/standard/incomplete_class.c @@ -70,6 +70,7 @@ static zval incomplete_class_get_property(zend_property_reference *property_refe incomplete_class_message(property_reference); /* does not reach this point */ + memset(&foo, 0, sizeof(zval)); /* shut warnings up */ return (foo); } |
