*-----------------------------------------------------------*
| name Check Curly Braces |
| author raenkrus |
| version 0.4.1 |
| Copyright (c) 2009 raenkrus - droidseven at libero dot it |
| tested with PHP 5.2.6 (cli) (built: Jul 17 2008 23:04:49) |
*-----------------------------------------------------------*
SUMMARY
=======
CheckCurlyBraces is useful when you need to check matching curly braces
in your code. The class displays a summary with the opening and the
closing line for every curly braces found, with column line also.
NOTES
=====
Check Curly Braces is made to run in Command Line mode (yes, into a shell).
The class was never tested through a web server.
USAGE
=====
Open a shell, cd to the directory containing the class and type:
php CheckCurlyBraces.php filetocheck [ENTER]
That's it. "filetocheck" must be a valid file.
|