Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c69 static zend_always_inline zval *reflection_prop_class(zval *object) { in reflection_prop_class() function
1446 ZVAL_STR_COPY(reflection_prop_class(object), method->common.scope->name); in reflection_method_factory()
1465 ZVAL_STR_COPY(reflection_prop_class(object), prop ? prop->ce->name : ce->name); in reflection_property_factory()
1488 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in reflection_class_constant_factory()
1506 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 instantiate_reflection_method()
3802 ZVAL_STR_COPY(reflection_prop_class(object), constant->ce->name); in ZEND_METHOD()
5551 ZVAL_STR_COPY(reflection_prop_class(object), property_info->ce->name); in ZEND_METHOD()
5553 ZVAL_STR_COPY(reflection_prop_class(object), ce->name); in ZEND_METHOD()

Completed in 24 milliseconds