in reply to Re: Pre-increment *and* Post-increment
in thread Pre-increment *and* Post-increment

(++$foo)++ and ++($foo++) don't work either, for reasons mentioned by ambrus.