> Is there a concensus on how arguments should be printed out? > I'm shooting right now for a 'cluck' style backtrave > class::function() called at file:line > > Perhaps > > class::function() called at file:line > Arguments: > print_r(args) > > ?? Well, probably the following: class::function() called at file:line with arguments: nice_serialize(args)
where nice_serialize() do almost the same as serialize, but the result were _more_ human readable This solution would give shorter trace. But - it's only my opinion :-) M. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php