Home
last modified time | relevance | path

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

/PHP-7.1/ext/reflection/
H A Dphp_reflection.h45 extern PHPAPI zend_class_entry *reflection_property_ptr;
H A Dphp_reflection.c67 PHPAPI zend_class_entry *reflection_property_ptr; variable
1397 reflection_instantiate(reflection_property_ptr, object); in reflection_property_factory()
5404 _reflection_export(INTERNAL_FUNCTION_PARAM_PASSTHRU, reflection_property_ptr, 2); in ZEND_METHOD()
5618 METHOD_NOTSTATIC(reflection_property_ptr); in ZEND_METHOD()
5679 METHOD_NOTSTATIC(reflection_property_ptr); in ZEND_METHOD()
6906 reflection_property_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6907 zend_class_implements(reflection_property_ptr, 1, reflector_ptr); in PHP_MINIT_FUNCTION()
6908 …zend_declare_property_string(reflection_property_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION()
6909 …zend_declare_property_string(reflection_property_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUB… in PHP_MINIT_FUNCTION()

Completed in 22 milliseconds