|
Project Information
Featured
Downloads
Links
|
PHP with the error level E_NOTICE checks for a usage of the uninitialized variables in runtime and not in compile time. The first problem is that it is too late. The second problem is that PHP doesn't warn before adding elements to uninitialized array but warns before usage of non-existing elements in properly initialized array. This project solves both problems by running a script analyzing the source code before it actually runs.
Dual licensed under Apache License 2.0 and GPL v2. |