Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/
H A Dphp_reflection.c73 PHPAPI zend_class_entry *reflection_class_constant_ptr; variable
1286 reflection_instantiate(reflection_class_constant_ptr, object); in reflection_class_constant_factory()
5258 _reflection_export(INTERNAL_FUNCTION_PARAM_PASSTHRU, reflection_class_constant_ptr, 2); in ZEND_METHOD()
6710 reflection_class_constant_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6711 zend_class_implements(reflection_class_constant_ptr, 1, reflector_ptr); in PHP_MINIT_FUNCTION()
6712 …zend_declare_property_string(reflection_class_constant_ptr, "name", sizeof("name")-1, "", ZEND_ACC… in PHP_MINIT_FUNCTION()
6713 …zend_declare_property_string(reflection_class_constant_ptr, "class", sizeof("class")-1, "", ZEND_A… in PHP_MINIT_FUNCTION()

Completed in 32 milliseconds