Is it possible to emit warning when I read value of unset variable?
- by sergdev
How to configure PHP to emit warning when I try to read value of unset variable?
It is frequently happens when I rename variable in one place, I obtain weird result because I forgot to rename it in other place.