
August 26th, 2008, 12:02 PM
|
 |
Contributing User
|
|
Join Date: Jul 2008
Location: San Francisco, CA
Posts: 78
  
Time spent in forums: 2 Days 2 h 1 m
Reputation Power: 8
|
|
|
I believe it is because you can't increment associative arrays. Because the values are strings instead of a numerical index. So since you didn't call a specific index or set of indeces, it doesn't know what to return.
At least that is the way I understand it... hopefully I am not way off base.
|