 |
|
Innovation award
 Nominee: 2x
Winner: 1x |
This class 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.
This class is capable of telling:
* Name of the variables
* Number of uses
* Number of assigments, operations, comparisions, concatenations, use as a subitem, use as an object, use as an array, or as a parameter.
* It presents the possible warning or error that found in the code.
|
|
| Name: |
PHP Script Parser |
| Base name: |
phpscriptparser |
| Description: |
Parse PHP scripts to detect usage bugs |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
2785 users |
| All time rank: |
1191 |
| Week users: |
1 user |
| Week rank: |
2051  |
| |
|
 September 2004
Winner
Prize: One copy of the Zend Studio |
Detecting and fixing programming bugs can be a tedious and time consuming task, especially when the bugs are subtle or hard to reproduce.
This class provides a solution to analyze and detect eventual sources of bugs in PHP scripts that are due to misusage of variables.
The systematic use of solutions like the one provided by this class, may reduce the cost of fixing bugs in PHP code, even at an early stages before the symptoms of the bugs are detected.
This practice may contribute to the general improvement of PHP software quality and training developers to obtain skills in automatic bug prevention.
Manuel Lemos |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (82.1%) |
Sufficient (64.3%) |
- |
Sufficient (67.9%) |
- |
- |
Not sure (54.3%) |
1242 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|