Source for file php_error_handler.php
Documentation is available at php_error_handler.php
/* Map the PHP error to a Log priority. */
$logger->log($message . ' in ' . $file . ' at line ' . $line,
trigger_error('This is an information log message.', E_USER_NOTICE );
Documentation generated on Mon, 11 Mar 2019 14:42:40 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|