Is it possible to emit warning when I read value of unset variable?

Posted by sergdev on Stack Overflow See other posts from Stack Overflow or by sergdev
Published on 2010-05-10T09:03:44Z Indexed on 2010/05/10 9:14 UTC
Read the original article Hit count: 151

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about php

Related posts about debugging