reflection_object_handlers 217 ext/reflection/php_reflection.c static zend_object_handlers reflection_object_handlers; reflection_object_handlers 350 ext/reflection/php_reflection.c retval.handlers = &reflection_object_handlers; reflection_object_handlers 6175 ext/reflection/php_reflection.c memcpy(&reflection_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); reflection_object_handlers 6176 ext/reflection/php_reflection.c reflection_object_handlers.clone_obj = NULL; reflection_object_handlers 6177 ext/reflection/php_reflection.c reflection_object_handlers.write_property = _reflection_write_property;