Re: [PHP-DEV] PHP_5_3 GOTO?

2008-04-02 Thread Edward Z. Yang
David Coallier wrote: > See > http://marc.info/?l=php-internals&w=2&r=1&s=Backporting+to+5_3&q=b As far as I know (and I was following that conversation), there was no discussion about the new goto keyword conflicting with existing code. -- Edward Z. YangGnuPG: 0x869C48D

Re: [PHP-DEV] PHP_5_3 GOTO?

2008-04-02 Thread David Coallier
> I see there was a patch added to CVS 2 days ago which added the T_GOTO > token. This has since broken the Zend Framework for me as they're using the > goto keyword on some of their objects. > > I thought it was version PHP 6 that was adding the goto operator. Been discussed on this list that c

[PHP-DEV] PHP_5_3 GOTO?

2008-04-02 Thread James Dempster
Hi All, My first post here. :-) Just started using PHP_5_3 for a development project. It's a fairly long project so 5.3 should be out before it's finished. My reason for using PHP_5_3 was for late static binding (been longing for this feature). While using 5.3 I also get to test the develo