My favorites | Sign in
Project Logo
                
Code license: Apache License 2.0
Labels: PHP, Variables
Show all Featured downloads:
php-initialized-1.1.0.zip
Blogs:
Feeds:
People details
Project owners:
  jakub.vrana

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.









Hosted by Google Code