What exactly do you mean by "return all of them"?
Most of the time if you want to access all of them you could use foreach(), but that involves looping too.
You could try extract(), import_request_variables() that sort of thing, but there's bound to be some looping somewhere