No description
Find a file
2008-02-14 22:45:04 +00:00
modules Fixed a bug with module loading. Fixed a bug that prevented a file's local function definitions not to be picked up. Added the base path and quiet options. Mantis: 2691 2008-02-14 22:45:04 +00:00
flist2.php Importing code scanner 2007-12-20 04:49:58 +00:00
parser.php Ported the function call scanner. Built in some command line arguments. Parser no longer maintains the memory-demolishing parsed objects array or incorrectly reports eval as a function call. Scanner reports progress to stderr, results to stdout. Mantis: 2691 2008-02-14 21:27:50 +00:00
scanner.php Fixed a bug with module loading. Fixed a bug that prevented a file's local function definitions not to be picked up. Added the base path and quiet options. Mantis: 2691 2008-02-14 22:45:04 +00:00
test.php Created the scanner app, along with two simple modules. The parser is now event driven... use of the parsed_objects array is now deprecated and will be removed once the old function call report that relies on it is replaced. Mantis: 2691 2008-02-13 22:39:27 +00:00