_reflection_entry 6515 ext/reflection/php_reflection.c 	zend_class_entry _reflection_entry;
_reflection_entry 6524 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionException", reflection_exception_functions);
_reflection_entry 6525 ext/reflection/php_reflection.c 	reflection_exception_ptr = zend_register_internal_class_ex(&_reflection_entry, zend_ce_exception);
_reflection_entry 6527 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "Reflection", reflection_functions);
_reflection_entry 6528 ext/reflection/php_reflection.c 	reflection_ptr = zend_register_internal_class(&_reflection_entry);
_reflection_entry 6530 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "Reflector", reflector_functions);
_reflection_entry 6531 ext/reflection/php_reflection.c 	reflector_ptr = zend_register_internal_interface(&_reflection_entry);
_reflection_entry 6533 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunctionAbstract", reflection_function_abstract_functions);
_reflection_entry 6534 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6535 ext/reflection/php_reflection.c 	reflection_function_abstract_ptr = zend_register_internal_class(&_reflection_entry);
_reflection_entry 6539 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunction", reflection_function_functions);
_reflection_entry 6540 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6541 ext/reflection/php_reflection.c 	reflection_function_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_function_abstract_ptr);
_reflection_entry 6546 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionGenerator", reflection_generator_functions);
_reflection_entry 6547 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6548 ext/reflection/php_reflection.c 	reflection_generator_ptr = zend_register_internal_class(&_reflection_entry);
_reflection_entry 6550 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionParameter", reflection_parameter_functions);
_reflection_entry 6551 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6552 ext/reflection/php_reflection.c 	reflection_parameter_ptr = zend_register_internal_class(&_reflection_entry);
_reflection_entry 6556 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionType", reflection_type_functions);
_reflection_entry 6557 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6558 ext/reflection/php_reflection.c 	reflection_type_ptr = zend_register_internal_class(&_reflection_entry);
_reflection_entry 6560 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionMethod", reflection_method_functions);
_reflection_entry 6561 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6562 ext/reflection/php_reflection.c 	reflection_method_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_function_abstract_ptr);
_reflection_entry 6573 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionClass", reflection_class_functions);
_reflection_entry 6574 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6575 ext/reflection/php_reflection.c 	reflection_class_ptr = zend_register_internal_class(&_reflection_entry);
_reflection_entry 6583 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionObject", reflection_object_functions);
_reflection_entry 6584 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6585 ext/reflection/php_reflection.c 	reflection_object_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_class_ptr);
_reflection_entry 6587 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionProperty", reflection_property_functions);
_reflection_entry 6588 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6589 ext/reflection/php_reflection.c 	reflection_property_ptr = zend_register_internal_class(&_reflection_entry);
_reflection_entry 6599 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionExtension", reflection_extension_functions);
_reflection_entry 6600 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6601 ext/reflection/php_reflection.c 	reflection_extension_ptr = zend_register_internal_class(&_reflection_entry);
_reflection_entry 6605 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionZendExtension", reflection_zend_extension_functions);
_reflection_entry 6606 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6607 ext/reflection/php_reflection.c 	reflection_zend_extension_ptr = zend_register_internal_class(&_reflection_entry);