Discussing

method call/property access on instantiation

<?php
new foo()->bar()
?>

Function call chaining (useful for closures)

<?php
foo
()();
?>