in reply to Re: How Much Is Too Much (on one line of code)?
in thread How Much Is Too Much (on one line of code)?

If $card->country returns '0', your code sets $country to [0], while the original code sets it to 0.