FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » make echo $anArray
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
make echo $anArray [message #177496] Mon, 02 April 2012 16:04 Go to next message
J. Frank Parnell is currently offline  J. Frank Parnell
Messages: 12
Registered: January 2012
Karma: 0
Junior Member
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.
Re: make echo $anArray [message #177499 is a reply to message #177496] Mon, 02 April 2012 21:05 Go to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma: 0
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
==================
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: make echo $anArray throw an error
Next Topic: Windows registry
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 20:36:52 GMT 2024

Total time taken to generate the page: 0.02874 seconds