When does the @ become usefull?

Posted by DaNieL on Stack Overflow See other posts from Stack Overflow or by DaNieL
Published on 2010-03-27T19:06:16Z Indexed on 2010/03/27 19:13 UTC
Read the original article Hit count: 148

Filed under:
|
|

As you know, the @ characters before a php istruction suppress every eventual warning, error or notice from being raised.

Personally, i dont like this tecnique, becose i prefer to handle those errors, and in a real life, the error must no happen or have to be managed.

By the way, i find this tecnique to be applied in many scripts (cms plugins, open-source classes).

So, could the @ really be usefull (in this case, an example would be appreciated), or is just for lazy developers?

© Stack Overflow or respective owner

Related posts about php

Related posts about error-handling