PEAR_Common::analyzeSourceCode() -- analyze the source code of the given PHP file
Description
Analyze the source code of the given PHP file
Parameter
- string
$file
Filename of the PHP file
Return value
array - hash list of
declared_classes,
declared_methods,
declared_functions and
used_classes
Note
This function can be called
statically.