[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

Reply via email to