Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c4032 zend_object *arg_obj; in reflection_class_object_ctor() local
4038 Z_PARAM_OBJ(arg_obj) in reflection_class_object_ctor()
4042 Z_PARAM_OBJ_OR_STR(arg_obj, arg_class) in reflection_class_object_ctor()
4050 if (arg_obj) { in reflection_class_object_ctor()
4051 ZVAL_STR_COPY(reflection_prop_name(object), arg_obj->ce->name); in reflection_class_object_ctor()
4052 intern->ptr = arg_obj->ce; in reflection_class_object_ctor()
4055 ZVAL_OBJ_COPY(&intern->obj, arg_obj); in reflection_class_object_ctor()

Completed in 22 milliseconds