Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/
H A Dphp_reflection.c69 static zend_always_inline zval *reflection_prop_class(zval *object) { in reflection_prop_class() function
1436 ZVAL_STR_COPY(reflection_prop_class(object), method->common.scope->name); in reflection_method_factory()
1455 ZVAL_STR_COPY(reflection_prop_class(object), prop ? prop->ce->name : ce->name); in reflection_property_factory()
1478 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in reflection_class_constant_factory()
1496 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in reflection_enum_case_factory()
3298 ZVAL_STR_COPY(reflection_prop_class(object), mptr->common.scope->name); in ZEND_METHOD()
3815 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in ZEND_METHOD()
5515 ZVAL_STR_COPY(reflection_prop_class(object), property_info->ce->name); in ZEND_METHOD()
5517 ZVAL_STR_COPY(reflection_prop_class(object), ce->name); in ZEND_METHOD()

Completed in 26 milliseconds