Home
last modified time | relevance | path

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

/php-src/ext/reflection/
H A Dphp_reflection.c75 static zend_always_inline zval *reflection_prop_class(zval *object) { in reflection_prop_class() function
1494 ZVAL_STR_COPY(reflection_prop_class(object), method->common.scope->name); in reflection_method_factory()
1513 ZVAL_STR_COPY(reflection_prop_class(object), prop ? prop->ce->name : ce->name); in reflection_property_factory()
1536 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in reflection_class_constant_factory()
1554 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in reflection_enum_case_factory()
3261 ZVAL_STR_COPY(reflection_prop_class(object), mptr->common.scope->name); in instantiate_reflection_method()
3748 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in ZEND_METHOD()
5629 ZVAL_STR_COPY(reflection_prop_class(object), property_info->ce->name); in ZEND_METHOD()
5631 ZVAL_STR_COPY(reflection_prop_class(object), ce->name); in ZEND_METHOD()

Completed in 21 milliseconds