On Sunday 02 October 2005 23:54, Darren Horrocks wrote:
> 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.
I think this will pollute the namespace
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();
derick Sat Oct 1 11:07:21 2005 EDT
Modified files:
/php-src/ext/date php_date.c
/php-src/ext/date/lib fallbackmap.h timezonemap.h .cvsignore
parse_date.c timelib.h timelib_structs.h
/php-src/ext/date/lib/resource parse_date.re
/php-src/ext/date/tests date_def