| Source for file php_error_handler.phpDocumentation 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 16:02:23 -0400 by phpDocumentor 1.4.4 . PEAR Logo Copyright ©  PHP Group 2004.
	       |