|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-27 14:44 UTC] jimw@php.net
[2002-06-01 11:23 UTC] mfischer@php.net
[2002-06-12 20:53 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
It could be very flexible if set_error_handler() can send error parameters to an object method. Something like: set_error_handler ("function"); and ser_error_handler ("method", $object); Thanks, Tomas V.V.Cox