On 13 Feb 2015 19:37, "Benjamin Eberlei" <kont...@beberlei.de> wrote: > > Wait i almost forgot, it *does* have an effect on me, especially around > callback handling: > > https://gist.github.com/schmittjoh/778e044deacc6f1fe516 > > Essentially callbacks are evaluated in the mode they are called in, not in > the one they are defined. >
You're presenting it like this is a wrong behavior whereas it's expectable to work like this. One thing php will definitely lack especially after/if this RFC gets accepted is callback signature type hints, but maybe we'll see them in 7.x