Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/
H A Dphp_reflection.c3743 zend_object *arg_obj; in reflection_class_object_ctor() local
3749 Z_PARAM_OBJ(arg_obj) in reflection_class_object_ctor()
3753 Z_PARAM_OBJ_OR_STR(arg_obj, arg_class) in reflection_class_object_ctor()
3760 if (arg_obj) { in reflection_class_object_ctor()
3761 ZVAL_STR_COPY(reflection_prop_name(object), arg_obj->ce->name); in reflection_class_object_ctor()
3762 intern->ptr = arg_obj->ce; in reflection_class_object_ctor()
3764 ZVAL_OBJ_COPY(&intern->obj, arg_obj); in reflection_class_object_ctor()

Completed in 20 milliseconds