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
Return to the default flat view Create a new topic Submit Reply
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:
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
==================
[Message index]
 
Read Message
Read Message
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:48:52 GMT 2024

Total time taken to generate the page: 0.04367 seconds