[php] Remove warning messages in PHP

You can put an @ in front of your function call to suppress all error messages.

@yourFunctionHere();