1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

Fix build

These were changed in 6e77a60a75.
This commit is contained in:
Nikita Popov
2018-06-29 22:44:42 +02:00
parent 7a6dc29605
commit 10b484e624

View File

@@ -211,8 +211,8 @@ typedef struct _zend_fcall_info_cache {
class_container.__unset = NULL; \
class_container.__isset = NULL; \
class_container.__debugInfo = NULL; \
class_container.serialize = NULL; \
class_container.unserialize = NULL; \
class_container.serialize_func = NULL; \
class_container.unserialize_func = NULL; \
class_container.parent = NULL; \
class_container.num_interfaces = 0; \
class_container.traits = NULL; \