PHP3 Manual
PrevChapter 2. PHP3 featuresNext

Error handling

All PHP expressions can be called with the "@" prefix, which turns off error reporting for that expression. If an error occured during such an expression and the track_errors feature is enabled, you can find the error message in the global variable $php_errormsg.


PrevHomeNext
Regular expressionsUpPHP source viewer