_reflection_entry 6172 ext/reflection/php_reflection.c 	zend_class_entry _reflection_entry;
_reflection_entry 6179 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionException", reflection_exception_functions);
_reflection_entry 6180 ext/reflection/php_reflection.c 	reflection_exception_ptr = zend_register_internal_class_ex(&_reflection_entry, zend_exception_get_default(TSRMLS_C), NULL TSRMLS_CC);
_reflection_entry 6182 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "Reflection", reflection_functions);
_reflection_entry 6183 ext/reflection/php_reflection.c 	reflection_ptr = zend_register_internal_class(&_reflection_entry TSRMLS_CC);
_reflection_entry 6185 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "Reflector", reflector_functions);
_reflection_entry 6186 ext/reflection/php_reflection.c 	reflector_ptr = zend_register_internal_interface(&_reflection_entry TSRMLS_CC);
_reflection_entry 6188 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunctionAbstract", reflection_function_abstract_functions);
_reflection_entry 6189 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6190 ext/reflection/php_reflection.c 	reflection_function_abstract_ptr = zend_register_internal_class(&_reflection_entry TSRMLS_CC);
_reflection_entry 6194 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunction", reflection_function_functions);
_reflection_entry 6195 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6196 ext/reflection/php_reflection.c 	reflection_function_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_function_abstract_ptr, NULL TSRMLS_CC);
_reflection_entry 6201 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionParameter", reflection_parameter_functions);
_reflection_entry 6202 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6203 ext/reflection/php_reflection.c 	reflection_parameter_ptr = zend_register_internal_class(&_reflection_entry TSRMLS_CC);
_reflection_entry 6207 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionMethod", reflection_method_functions);
_reflection_entry 6208 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6209 ext/reflection/php_reflection.c 	reflection_method_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_function_abstract_ptr, NULL TSRMLS_CC);
_reflection_entry 6220 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionClass", reflection_class_functions);
_reflection_entry 6221 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6222 ext/reflection/php_reflection.c 	reflection_class_ptr = zend_register_internal_class(&_reflection_entry TSRMLS_CC);
_reflection_entry 6230 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionObject", reflection_object_functions);
_reflection_entry 6231 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6232 ext/reflection/php_reflection.c 	reflection_object_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_class_ptr, NULL TSRMLS_CC);
_reflection_entry 6234 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionProperty", reflection_property_functions);
_reflection_entry 6235 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6236 ext/reflection/php_reflection.c 	reflection_property_ptr = zend_register_internal_class(&_reflection_entry TSRMLS_CC);
_reflection_entry 6246 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionExtension", reflection_extension_functions);
_reflection_entry 6247 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6248 ext/reflection/php_reflection.c 	reflection_extension_ptr = zend_register_internal_class(&_reflection_entry TSRMLS_CC);
_reflection_entry 6252 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionZendExtension", reflection_zend_extension_functions);
_reflection_entry 6253 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
_reflection_entry 6254 ext/reflection/php_reflection.c 	reflection_zend_extension_ptr = zend_register_internal_class(&_reflection_entry TSRMLS_CC);