Re: [Phpslash-devel] Very minor debugging suggestion for lib.resources.php
Brought to you by:
joestewart,
nhruby
From: Mike G. <mi...@op...> - 2003-07-10 18:40:54
|
Sorry Gents.. On Thu, 2003-07-10 at 13:18, Matthew Leingang wrote: > On Thu, 10 Jul 2003, Joe Stewart wrote: > > debug() should have no trouble outputting arrays. This works fine for me: > > > > debug("declared_classes", get_declared_classes()); > I agree. debug() got rewritten for 0.7 to recurse through arrays and > objects. Good to know debug can handle both arrays & objects.. Sorry for overlooking that.. > > What is the value of debug.max_recursion_level in config.ini?> > > debug.max_recursion_level = 10 > This was a guard against circular references. Consider: > But anyway, the array returned from get_defined_classes should only be > one-dimensional, so 10 is fine for the purpose! Yes, but would this be a useful addition to pslNew: debug("declared_classes", get_declared_classes()); (which was the point of the email - I just underestimated the abilities of debug) Mike -- Mike Gifford, OpenConcept Consulting Free Software for Social Change -> http://www.openconcept.ca Featured Client: CUPE National -> http://www.cupe.ca Whoever controls the media-the images-controls the culture - A. Ginsberg |