Searched refs:reflection_property_ptr (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/reflection/ |
H A D | php_reflection.h | 41 extern PHPAPI zend_class_entry *reflection_property_ptr;
|
H A D | php_reflection.c | 63 PHPAPI zend_class_entry *reflection_property_ptr; variable 1386 reflection_instantiate(reflection_property_ptr, object TSRMLS_CC); in reflection_property_factory() 4838 _reflection_export(INTERNAL_FUNCTION_PARAM_PASSTHRU, reflection_property_ptr, 2); in ZEND_METHOD() 5052 METHOD_NOTSTATIC(reflection_property_ptr); in ZEND_METHOD() 5100 METHOD_NOTSTATIC(reflection_property_ptr); in ZEND_METHOD() 6241 reflection_property_ptr = zend_register_internal_class(&_reflection_entry TSRMLS_CC); in PHP_MINIT_FUNCTION() 6242 reflection_register_implement(reflection_property_ptr, reflector_ptr TSRMLS_CC); in PHP_MINIT_FUNCTION() 6243 …zend_declare_property_string(reflection_property_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION() 6244 …zend_declare_property_string(reflection_property_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUB… in PHP_MINIT_FUNCTION()
|
Completed in 24 milliseconds