Re: [PHP-DEV] Object execution

2005-06-28 Thread Jesse Binam
finishing touch to a very OOP style app. Otherwise you basically have to have a one liner to call something like app::run(). On 6/28/05, Nicolas Bérard Nault <[EMAIL PROTECTED]> wrote: > What do you mean by the script being a class ? > > On 6/28/05, Jesse Binam <[EMAIL PROTECTED]>

[PHP-DEV] Object execution

2005-06-28 Thread Jesse Binam
Any thoughts on the idea of a magic method called "__main()" or "__exec()" that would be called if the script being executed is a class. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] zend_list_delete

2005-03-24 Thread Jesse Binam
does zend_list_delete free the resource making lines 2 & 3 redundent? 1 ZEND_FETCH_RESOURCE(ftp, ftpbuf_t*, &z_ftp, -1, le_ftpbuf_name, le_ftpbuf); 2 zend_list_delete(Z_LVAL_P(z_ftp)) 3 efree(ftp) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/u