Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.h40 extern PHPAPI zend_class_entry *reflection_class_ptr;
H A Dphp_reflection.c79 PHPAPI zend_class_entry *reflection_class_ptr; variable
1088 reflection_instantiate(reflection_class_ptr, object); in zend_reflection_class_factory()
3686 _reflection_export(INTERNAL_FUNCTION_PARAM_PASSTHRU, reflection_class_ptr, 1); in ZEND_METHOD()
5036 if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr)) { in ZEND_METHOD()
5079 if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr)) { in ZEND_METHOD()
6901 reflection_class_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6902 zend_class_implements(reflection_class_ptr, 1, reflector_ptr); in PHP_MINIT_FUNCTION()
6903 zend_declare_property_string(reflection_class_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
6912 reflection_object_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_class_ptr); in PHP_MINIT_FUNCTION()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1064 pce = reflection_class_ptr; in do_cli()

Completed in 26 milliseconds