>$filtered = array_filter($res,create_funtion('$v,$k','return
>$v['age']!=0;'));
Well, to begin with the quotes aren't escaped.
Secondly, I'm wondering what sort of object is created by create_funtion.
I'd say, a funtion. But is that similar to a function in any way?