// where someclass is a class and somemember is a member function of that class
$o = new someclass()->somemember();
Doesn't like the ->. If PHP wants to really compete against bigger languages like ASP it needs to have some basics like this and function overloading and other little bits that people come to expect.