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() 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 internal functions for constructors, destructors, object
>cloning, and other runtime-critical-operations to have a prefixed "__", why
>did you choose "delete" over "__delete" ?
>
>regards,
>black
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to