| [news.eclipse.tools.pdt] Re: Possible to search variables array key/value? |
Alternatively if you know the key value, you can create a watch expression to display just that value.
Dave Kelsey
Oh no. I'm sorry I didn't make it clear. I don't mean how to search using PHP. I mean while degugging, I want to look some specific key or value of a large array dispalyed in debugger's variable view.
On Thu, 19 Feb 2009 11:03:09 +0100, "Michael N. Madsen" <mnm@xxxxxxxxxx> wrote:
Search for value, reutns key: http://www.php.net/manual/en/function.array-search.php
Search for key, returns true: http://www.php.net/manual/en/function.array-key-exists.php