We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05aa532 commit 476bae4Copy full SHA for 476bae4
Zend/OBJECTS2_HOWTO
@@ -135,6 +135,7 @@ typedef struct _zend_object_handlers {
135
zend_object_get_method_t get_method;
136
zend_object_call_method_t call_method;
137
zend_object_get_constructor_t get_constructor;
138
+ zend_object_get_class_entry_t get_class_entry;
139
zend_object_get_class_name_t get_class_name;
140
zend_object_compare_t compare_objects;
141
} zend_object_handlers;
@@ -185,6 +186,8 @@ for any other PHP internal function).
185
186
187
get_constructor - get description for the object constructor method
188
189
+get_class_entry - should return the class entry
190
+
191
get_class_name - get the name of the class the object belongs to
192
193
compare_objects - compares if two objects are equal
0 commit comments