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 - #
Name:
URL:
Auto-HTML Manual XHTML
Auto-HTML: Line breaks are preserved; URLs will be converted in to links.
Manual XHTML: Enter your own, valid XHTML. Allowed tags are a, p, blockquote, ul, ol, li, dl, dt, dd, em, strong, dfn, code, q, samp, kbd, var, cite, abbr, acronym, sub, sup, br, pre
Don't forget there are a few new reserved words:
* namespace
* goto
* import
I imagine import is going to be a gotcha for many!