Skip to content

Commit 476bae4

Browse files
author
Harald Radi
committed
update the handlers struct
1 parent 05aa532 commit 476bae4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Zend/OBJECTS2_HOWTO

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ typedef struct _zend_object_handlers {
135135
zend_object_get_method_t get_method;
136136
zend_object_call_method_t call_method;
137137
zend_object_get_constructor_t get_constructor;
138+
zend_object_get_class_entry_t get_class_entry;
138139
zend_object_get_class_name_t get_class_name;
139140
zend_object_compare_t compare_objects;
140141
} zend_object_handlers;
@@ -185,6 +186,8 @@ for any other PHP internal function).
185186

186187
get_constructor - get description for the object constructor method
187188

189+
get_class_entry - should return the class entry
190+
188191
get_class_name - get the name of the class the object belongs to
189192

190193
compare_objects - compares if two objects are equal

0 commit comments

Comments
 (0)