 |
|
Innovation award
 Nominee: 2x |
This class can check the syntax of PHP scripts.
It can traverse a given directory recursively to find files with the .php syntax.
The class can execute the PHP command line program version to check if the syntax of each of the PHP scripts that were found.
|
|
| Name: |
Syntax Check |
| Base name: |
syntax-check |
| Description: |
Check the syntax of PHP scripts |
| Version: |
1.0 |
| PHP version: |
5 |
| License: |
MIT/X Consortium License |
| All time users: |
380 users |
| All time rank: |
5642 |
| Week users: |
0 users |
| Week rank: |
1315  |
| |
|
 December 2012
Number 8
Prize: One downloadable e-book of choice by O'Reilly |
Sometimes it is necessary to make changes in PHP applications, eventually to fix bugs and other issues.
Ideally the changed code should go through a series of tests to make sure the changes do not break any aspect of the applications functionality.
However, sometimes there is not much time to go through extensive tests. Often the changes are too small to expect major functionality breaking.
Still it is prudent to make sure that you are not breaking your code due to small syntax mistakes.
In that case the changed code should go at least through minimal testing that assures that the syntax of the code is not broken.
The PHP command line version program supports a lint mode that can do basic syntax checking without executing the code.
This class acts as a wrapper to perform such test using this feature of the PHP command line version command.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
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 |
|
|