On Dec 14, 2007 2:49 PM, Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Fri, 2007-12-14 at 14:09 -0500, Nathan Nobbe wrote:
> > On Dec 12, 2007 4:21 AM, Mathijs van Veluw <
> [EMAIL PROTECTED]>
> > wrote:
> >
> > > Hello there,
> > >
> > > We have a large project with lots of classes.
> > > Now i
On Fri, 2007-12-14 at 14:09 -0500, Nathan Nobbe wrote:
> On Dec 12, 2007 4:21 AM, Mathijs van Veluw <[EMAIL PROTECTED]>
> wrote:
>
> > Hello there,
> >
> > We have a large project with lots of classes.
> > Now i am wondering if there is a way to let something check all those
> > files and tell me
On Dec 12, 2007 4:21 AM, Mathijs van Veluw <[EMAIL PROTECTED]>
wrote:
> Hello there,
>
> We have a large project with lots of classes.
> Now i am wondering if there is a way to let something check all those
> files and tell me which methods/functions variables/constants etc..
> arn't used anymore.
Well you can use get_defined_vars() to find all the variables defined
inside of each scope (for instance global scope) that don't really
need to be defined...
http://php.net/get_defined_vars
They can help you unset() or find variables you otherwise don't need
to use. But that's the best I think y
There is a software package called 'gconv' for C which does this...
It may or may not be amenable to PHP...
On Wed, December 12, 2007 3:21 am, Mathijs van Veluw wrote:
> Hello there,
>
> We have a large project with lots of classes.
> Now i am wondering if there is a way to let something check al
On Wed, 12 Dec 2007 10:21:58 +0100, Mathijs van Veluw
<[EMAIL PROTECTED]> wrote:
> Hello there,
>
> We have a large project with lots of classes.
> Now i am wondering if there is a way to let something check all those
> files and tell me which methods/functions variables/constants etc..
> arn't us
On Wed, 12 Dec 2007 10:21:58 +0100, Mathijs van Veluw
<[EMAIL PROTECTED]> wrote:
> Hello there,
>
> We have a large project with lots of classes.
> Now i am wondering if there is a way to let something check all those
> files and tell me which methods/functions variables/constants etc..
> arn't us
Hello there,
We have a large project with lots of classes.
Now i am wondering if there is a way to let something check all those
files and tell me which methods/functions variables/constants etc..
arn't used anymore.
Or even which files arn't used anymore.
Is there already something like thi
8 matches
Mail list logo