Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c63 static zend_always_inline zval *reflection_prop_class(zval *object) { in reflection_prop_class() function
1214 ZVAL_STR_COPY(reflection_prop_class(object), method->common.scope->name); in reflection_method_factory()
1257 ZVAL_STR_COPY(reflection_prop_class(object), prop->ce->name); in reflection_property_factory()
1281 ZVAL_STR_COPY(reflection_prop_class(object), ce->name); in reflection_class_constant_factory()
3012 ZVAL_STR_COPY(reflection_prop_class(object), mptr->common.scope->name); in ZEND_METHOD()
3541 ZVAL_STR_COPY(reflection_prop_class(object), ce->name); in ZEND_METHOD()
5336 ZVAL_STR_COPY(reflection_prop_class(object), property_info->ce->name); in ZEND_METHOD()
5338 ZVAL_STR_COPY(reflection_prop_class(object), ce->name); in ZEND_METHOD()

Completed in 21 milliseconds