summaryrefslogtreecommitdiff
path: root/zend/classimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zend/classimpl.cpp')
-rw-r--r--zend/classimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zend/classimpl.cpp b/zend/classimpl.cpp
index e4a620f..75191f5 100644
--- a/zend/classimpl.cpp
+++ b/zend/classimpl.cpp
@@ -1341,7 +1341,7 @@ const struct _zend_function_entry *ClassImpl::entries()
zend_function_entry *last = &_entries[i];
// all should be set to zero
- memset(last, 0, sizeof(zend_function_entry));
+ memset(last, 0, sizeof(*last));
// done
return _entries;