reflection_object_handlers  239 ext/reflection/php_reflection.c static zend_object_handlers reflection_object_handlers;
reflection_object_handlers  356 ext/reflection/php_reflection.c 	intern->zo.handlers = &reflection_object_handlers;
reflection_object_handlers 6518 ext/reflection/php_reflection.c 	memcpy(&reflection_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
reflection_object_handlers 6519 ext/reflection/php_reflection.c 	reflection_object_handlers.offset = XtOffsetOf(reflection_object, zo);
reflection_object_handlers 6520 ext/reflection/php_reflection.c 	reflection_object_handlers.free_obj = reflection_free_objects_storage;
reflection_object_handlers 6521 ext/reflection/php_reflection.c 	reflection_object_handlers.clone_obj = NULL;
reflection_object_handlers 6522 ext/reflection/php_reflection.c 	reflection_object_handlers.write_property = _reflection_write_property;