Lets say I have a class like:
class SomeClass{
function someAction($param1,$param2){}
}
Is there any way to get analyzing data like array('param1','param2') without actual execution of method? Preferably without php extensions or prior code analysis (fopen...)