Spiga

PHP6 gets a COMEFROM statement

One of the more controversial additions to PHP6 is the GOTO . Some have argued it flys in the face of many years good programming sense but there are valid use cases, when running performance critical operations such as parsing, where the overhead of making PHP user function calls becomes significant. Anyway GOTO seems to have opened the gates to some more radical language modifications and recent discussion a revolved around adding a COMEFROM statement to PHP, which led to an initial patch...

Details...

0 comments: