summaryrefslogtreecommitdiff
path: root/ext/standard/incomplete_class.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-06-24 13:27:34 +0000
committerZeev Suraski <zeev@php.net>2000-06-24 13:27:34 +0000
commitd1a6a646752cfe93382e16dc2308808d25c055ee (patch)
tree840f858c6bd8b8c5533a383441fb68b2d76d8bee /ext/standard/incomplete_class.c
parentee5e330bcf6758759d23c8c8fb63c05166e25be0 (diff)
downloadphp-git-d1a6a646752cfe93382e16dc2308808d25c055ee.tar.gz
- Make the output globals accessible from the outside world
- Fix Win32 compilation
Diffstat (limited to 'ext/standard/incomplete_class.c')
-rw-r--r--ext/standard/incomplete_class.c1
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);
}