On Sun, Dec 11, 2011 at 11:43 AM, Hannes Magnusson
<hannes.magnus...@gmail.com> wrote:
> I'm unsure how useful this really is.
> The structure of php-src is very straight forward and easy to
> figureout which file the function is in..
> The problem may maybe rise when talking about pecl extensions, but
> then again - not all of them are in php svn tree.. so if I can't get
> it on all files.. whats the point?
It is also pretty straightforward to find function definitions using
lxr.php.net. Just type the function name into the search and you'll
find the definition. If it is a very commonly used function and the
definition is buried in the results just search for "PHP_FUNCTION
func_name" which will get you to the right results.

Nikita

Reply via email to