Home
last modified time | relevance | path

Searched refs:reflection_class_ptr (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/reflection/
H A Dphp_reflection.h38 extern PHPAPI zend_class_entry *reflection_class_ptr;
H A Dphp_reflection.c81 PHPAPI zend_class_entry *reflection_class_ptr; variable
1245 reflection_instantiate(reflection_class_ptr, object); in zend_reflection_class_factory()
4992 Z_PARAM_OBJ_OF_CLASS_OR_STR(class_obj, reflection_class_ptr, class_str) in ZEND_METHOD()
5025 Z_PARAM_OBJ_OF_CLASS_OR_STR(interface_obj, reflection_class_ptr, interface_str) in ZEND_METHOD()
6603 reflection_class_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6604 zend_class_implements(reflection_class_ptr, 1, reflector_ptr); in PHP_MINIT_FUNCTION()
6605 zend_declare_property_string(reflection_class_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
6614 reflection_object_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_class_ptr); in PHP_MINIT_FUNCTION()
/PHP-8.0/sapi/cli/
H A Dphp_cli.c1043 pce = reflection_class_ptr; in do_cli()

Completed in 43 milliseconds