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.c4018 zend_object *arg_obj; in reflection_class_object_ctor() local
4024 Z_PARAM_OBJ(arg_obj) in reflection_class_object_ctor()
4028 Z_PARAM_OBJ_OR_STR(arg_obj, arg_class) in reflection_class_object_ctor()
4035 if (arg_obj) { in reflection_class_object_ctor()
4036 ZVAL_STR_COPY(reflection_prop_name(object), arg_obj->ce->name); in reflection_class_object_ctor()
4037 intern->ptr = arg_obj->ce; in reflection_class_object_ctor()
4039 ZVAL_OBJ_COPY(&intern->obj, arg_obj); in reflection_class_object_ctor()

Completed in 34 milliseconds