I'm wondering if there's any way to do the following:
function whatever($parameter)
{
echo funky_reflection_function();
}
whatever(5 == 7); // outputs "5 == 5" (not true or 1)
I'm not optimistic, but anyone know if theres any crazy hack I can do to do this?