No Change To $this

By Ondrej Mirtes

../_images/no_change_to_this.png

Variable $this is passed and reassigned by reference is a noop, as opposed to all other variables. I’d expect an error to be honest.

See Also

PHP Features