Re: make echo $anArray [message #177499 is a reply to message #177496] |
Mon, 02 April 2012 21:05 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 4/2/2012 12:04 PM, J. Frank Parnell wrote:
> somewhere in my code (its a lot of code, wordpress) I have echo'd an
> array, probly trying to troubleshoot something. Pretty sure its not
> in my theme, as its happening before any of the theme loads, ie,
> before the<!doctype> Anyway, i'm hoping i can set error reporting to
> notify me that i'm trying to echo an array, so that i can remove it.
Nope. No way.
Your best bet is to get a tool which can search multiple files, i.e.
grep (you can find it on Windows, also). I don't know wordpress, but if
it's like some other CMS's and keeps code in the database, you'd have to
search the database also (not hard with a SELECT statement).
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|