Fix evil example to use non constant var
Why:
- The semgrep scanner has constant propagation and can tell if a variable that's being used is a constant or passed in. That means our examples need to use an unset variable from a function parameter.
Why: