mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
parent
7a6dc29605
commit
10b484e624
1 changed files with 2 additions and 2 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue