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 129f6e5 commit d3c5163Copy full SHA for d3c5163
Zend/zend_object_handlers.h
@@ -316,8 +316,6 @@ ZEND_API ZEND_ATTRIBUTE_NONNULL zend_function *zend_get_call_trampoline_func(con
316
317
ZEND_API uint32_t *zend_get_property_guard(zend_object *zobj, zend_string *member);
318
319
-ZEND_API uint32_t *zend_get_property_guard(zend_object *zobj, zend_string *member);
320
-
321
ZEND_API uint32_t *zend_get_recursion_guard(zend_object *zobj);
322
323
/* Default behavior for get_properties_for. For use as a fallback in custom
0 commit comments