PHP muss ein Array oder ein Objekt sein, das zählbare i implementiert

if (is_array($yourArray)) {
    //Your count()
}
Weary Wildebeest