notice for @
-
At first, thanks a lot for such wonderful plugin!
But, one thing is not understandable for me – why I see the PHP notices (errors) when in code I use @ (suppress error operator).
In code I have such thing:
if( @ $_GET['foo'] === 'bar' ){}
and in Query Monitor I see notice.
Why?
I don’t want use
isset()
orempty()
– it’s no need in my code at all…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘notice for @’ is closed to new replies.