summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index 997f2e7053..4fe89fcacc 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -140,8 +140,8 @@ struct _zend_class_entry {
zend_function *__callstatic;
zend_function *__tostring;
zend_function *__debugInfo;
- zend_function *serialize_func;
- zend_function *unserialize_func;
+ zend_function *__serialize;
+ zend_function *__unserialize;
/* allocated only if class implements Iterator or IteratorAggregate interface */
zend_class_iterator_funcs *iterator_funcs_ptr;