Anyone know how to use oop inside heredocs?
echo <<<TEXT; blaa {$bla->bla(bla, $bla, 0)} TEXT;
Stuff like that?.. Seems like functions don't work in em like that, witch is a pain.
Well, you can't use methods like that in other strings either, can you?
echo " This is my {$foo->bar('baz','wibble')} and don't you forget it.";