Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c83 PHPAPI zend_class_entry *reflection_class_constant_ptr; variable
1273 reflection_instantiate(reflection_class_constant_ptr, object); in reflection_class_constant_factory()
5263 _reflection_export(INTERNAL_FUNCTION_PARAM_PASSTHRU, reflection_class_constant_ptr, 2); in ZEND_METHOD()
6923 reflection_class_constant_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6924 zend_class_implements(reflection_class_constant_ptr, 1, reflector_ptr); in PHP_MINIT_FUNCTION()
6925 …zend_declare_property_string(reflection_class_constant_ptr, "name", sizeof("name")-1, "", ZEND_ACC… in PHP_MINIT_FUNCTION()
6926 …zend_declare_property_string(reflection_class_constant_ptr, "class", sizeof("class")-1, "", ZEND_A… in PHP_MINIT_FUNCTION()

Completed in 20 milliseconds