Am 26.09.2013 11:29 schrieb "Nicolas Grekas" <nicolas.grekas+...@gmail.com>: > Btw, I can't get used to ($val) beeing at the end of the declaration. I > feel it very confusing.
I feel the same. Couldn't this (constructor arguments) be moved? $that = new class(/* constructor args */) /* extends X implements Y */ { ... class body };