PHP Code:
function onCreated()
{
temp.array = { {"Heya", "Fish"}, {"hiya", "Bull"} };
temp.search = {"Heya", "Fish"};
echo(temp.array.index( @temp.search ) );
}
Here you go, love.
This is just because you're interpreting the object as it's input. There was something about Stefan claiming this a while ago. It was in one of the threads.... I'll see if I can find it.