Re: [PHP] Two Parser Passes

2009-11-04 Thread Nathan Rixham
Daniel Kolbo wrote: Steve wrote: Daniel Kolbo wrote: Hello, Is it possible to get a list (array) of classes not found in a script before the fatal error exits the parser. I realize that PHP parses the script twice. It would be nice at the end of the first parsing pass to check to see which c

Re: [PHP] Two Parser Passes

2009-10-31 Thread Daniel Kolbo
Steve wrote: > Daniel Kolbo wrote: >> Hello, >> >> Is it possible to get a list (array) of classes not found in a script >> before the fatal error exits the parser. I realize that PHP parses the >> script twice. It would be nice at the end of the first parsing pass to >> check to see which classe

Re: [PHP] Two Parser Passes

2009-10-31 Thread Steve
Daniel Kolbo wrote: Hello, Is it possible to get a list (array) of classes not found in a script before the fatal error exits the parser. I realize that PHP parses the script twice. It would be nice at the end of the first parsing pass to check to see which classes haven't been defined (yet),