I'm trying to set up a debugging function using $GLOBALS, and phptools is saying the variable I assign a value with is unassigned. The variable works fine, and I had to trick phptools into preventing it from giving me an error.
This shows the variable $xValue as unassigned.

I trick phptools with an assignment that never happens.
