proper scopes for global, classes and functions.
 will allow for local variables for functions and classes without having to
use $this->foo in classes and will allow for a more c/c++ like classes.
also, being able to call up the inheritance by using ParentClass::bar();

Reply via email to