Home
last modified time | relevance | path

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

/PHP-7.0/ext/reflection/
H A Dphp_reflection.h44 extern PHPAPI zend_class_entry *reflection_property_ptr;
H A Dphp_reflection.c66 PHPAPI zend_class_entry *reflection_property_ptr; variable
1374 reflection_instantiate(reflection_property_ptr, object); in reflection_property_factory()
5181 _reflection_export(INTERNAL_FUNCTION_PARAM_PASSTHRU, reflection_property_ptr, 2); in ZEND_METHOD()
5387 METHOD_NOTSTATIC(reflection_property_ptr); in ZEND_METHOD()
5437 METHOD_NOTSTATIC(reflection_property_ptr); in ZEND_METHOD()
6624 reflection_property_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6625 zend_class_implements(reflection_property_ptr, 1, reflector_ptr); in PHP_MINIT_FUNCTION()
6626 …zend_declare_property_string(reflection_property_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION()
6627 …zend_declare_property_string(reflection_property_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUB… in PHP_MINIT_FUNCTION()

Completed in 27 milliseconds