Re: [PHP] Is there any way to get all the function name being called in a process?

2009-10-23 Thread Satya Narayan Singh
Thank a lot. APD is just doing what I was looking for. On Fri, Oct 23, 2009 at 5:13 PM, Andrea Giammarchi wrote: > > > That won't do what the OP asked, it will just return a list of all the > > functions defined, which could be a lot more than is actually being used > > in a process, such as

[PHP] Is there any way to get all the function name being called in a process?

2009-10-22 Thread Satya Narayan Singh
Hi, I am working on reverse engineering for a web project. I was trying to know that, is there any way(function by PHP, Zend, extension etc) to find out how many function has been called to perform a task. If no, can you suggest is it possible/feasible or not? Thanks in advance -- Satya Bangal