Re: [PHP-DEV] GOTO operator

2004-08-01 Thread David Chen
de-generation example, but I guess we'll just assume that gotos are useful there (I use JavaCC, a Java-based top-down generator, so yes there's a lot of recursion but it looks pretty clean to me). David Chen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] GOTO operator

2004-07-30 Thread David Chen
"Andrey Hristov" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jan Dittmer wrote: > > Andrey Hristov wrote: > > > >> Robert Cummings wrote: > >> > >>> > >>> > >>> Unmaintainable because of the ability to write cryptic code. There's > >>> nothing cryptic about: > >>> > >>> ...cod

[PHP-DEV] __autoload() performance

2004-05-03 Thread David Chen
getting there in __autoload takes a massive .0040 seconds! Is this correct behavior? What can I do to speed it up? Thanks. David Chen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Random crashing in complex PHP5 app

2004-03-30 Thread David Chen
Sorry, I forgot how to describe the procedure to run it. If anyone wants to try the program, the file persistent/Broker.php needs its method _Broker() to be changed (change parameters to mysql_connect()) To run it, the file test/Test.php is accessed from the browser. Thanks again. David Chen

[PHP-DEV] Random crashing in complex PHP5 app

2004-03-30 Thread David Chen
ave attempted to compile the latest CVS on my computer, but I could not get it to work correctly. Thanks for your time. David Chen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php