-
PHP Typification Class can be used to check the types of the parameters passed to a function at run time. It is meant to help detecting eventual bugs caused by passing function parameters of the wrong type.PHP Typification Class can take the list of function arguments values and verify whether they match a function argument type specification defined by a ...
-
PHP Script Parser is meant to parse a PHP script to determine how each variable is used and detect eventual bugs.Note that this class just points probable misusage of the variables. You still have to check the code to confirm whether it is really a bug or a false bug report.PHP Script Parser is capable of telling:- Name of the ...

