Searched refs:reflection_property_ptr (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/reflection/ |
H A D | php_reflection.h | 45 extern PHPAPI zend_class_entry *reflection_property_ptr;
|
H A D | php_reflection.c | 68 PHPAPI zend_class_entry *reflection_property_ptr; variable 1294 reflection_instantiate(reflection_property_ptr, object); in reflection_property_factory() 5305 _reflection_export(INTERNAL_FUNCTION_PARAM_PASSTHRU, reflection_property_ptr, 2); in ZEND_METHOD() 5519 METHOD_NOTSTATIC(reflection_property_ptr); in ZEND_METHOD() 5580 METHOD_NOTSTATIC(reflection_property_ptr); in ZEND_METHOD() 6806 reflection_property_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION() 6807 zend_class_implements(reflection_property_ptr, 1, reflector_ptr); in PHP_MINIT_FUNCTION() 6808 …zend_declare_property_string(reflection_property_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION() 6809 …zend_declare_property_string(reflection_property_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUB… in PHP_MINIT_FUNCTION()
|
Completed in 20 milliseconds