I am boggled by this warning, should I do is_array everytime I use a function that accepts an array (foreach, usort etc etc etc)??
I am regular from C++ (STL) that is the array is empty it will just won't do the for loop and get over it.
So what do I do? Check for is_array everytime?