Sign in with OpenID
Becoming PHP 6 Compatible. According to this article, I’ve been writing PHP 6 compatible code since about 2002.
Tagged php, php6
Don't forget there are a few new reserved words:
* namespace* goto* import
I imagine import is going to be a gotcha for many!
Ross - 24th September 2007 13:39 - #
Don't forget there are a few new reserved words:
* namespace
* goto
* import
I imagine import is going to be a gotcha for many!