Searched refs:arg_obj (Results 1 – 1 of 1) sorted by relevance
3942 zend_object *arg_obj; in reflection_class_object_ctor() local3948 Z_PARAM_OBJ(arg_obj) in reflection_class_object_ctor()3952 Z_PARAM_OBJ_OR_STR(arg_obj, arg_class) in reflection_class_object_ctor()3959 if (arg_obj) { in reflection_class_object_ctor()3960 ZVAL_STR_COPY(reflection_prop_name(object), arg_obj->ce->name); in reflection_class_object_ctor()3961 intern->ptr = arg_obj->ce; in reflection_class_object_ctor()3963 ZVAL_OBJ_COPY(&intern->obj, arg_obj); in reflection_class_object_ctor()
Completed in 19 milliseconds