Re: [PHP-DEV] zend2 design "arhitecture"

2002-06-27 Thread Andi Gutmans
delete is a keyword like isset and unset so it makes sense for it to be without the __. Andi At 11:41 AM 6/27/2002 +0200, Tit \"Black\" Petric wrote: >[quote ZEND_CHANGES.txt] > > * Forced deletion of objects. > >.. yadda .. > > Note that if you have a user-defined function delete() i

[PHP-DEV] zend2 design "arhitecture"

2002-06-27 Thread Tit \"Black\" Petric
[quote ZEND_CHANGES.txt] * Forced deletion of objects. .. yadda .. Note that if you have a user-defined function delete() in an old script, this script will yield a parser error with the Zend Engine 2.0, since 'delete' is now a reserved word. [/quote] if you chose intern