View Single Post
Old 11-13-2012, 04:06 PM   PM User | #12
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
trigger_error will only work with E_USER level errors. But I believe these are also logged natively when triggered. Returning true on that handler though may block it from reaching the native handler, but I'd need to test it out to verify.
Typically if you want to force a log, I'd suggest using the error_log function.
Fou-Lu is offline   Reply With Quote