Searched refs:reflection_type_ptr (Results 1 – 2 of 2) sorted by relevance
36 extern PHPAPI zend_class_entry *reflection_type_ptr;
83 PHPAPI zend_class_entry *reflection_type_ptr; variable7197 reflection_type_ptr = register_class_ReflectionType(zend_ce_stringable); in PHP_MINIT_FUNCTION()7198 reflection_type_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()7200 reflection_named_type_ptr = register_class_ReflectionNamedType(reflection_type_ptr); in PHP_MINIT_FUNCTION()7203 reflection_union_type_ptr = register_class_ReflectionUnionType(reflection_type_ptr); in PHP_MINIT_FUNCTION()7206 reflection_intersection_type_ptr = register_class_ReflectionIntersectionType(reflection_type_ptr); in PHP_MINIT_FUNCTION()
Completed in 34 milliseconds