Example:
set_error_handler(array($this, \'handleError\'), E_ALL & ~E_STRICT & ~E_WARNING & ~E_NOTICE);
what does that suppose t
It's the not bitwise operator. Read about bitwise operators here:
not
http://php.net/manual/en/language.operators.bitwise.php