]> granicus.if.org Git - php/commitdiff
I'm too trigger-happy.
authorSebastian Bergmann <sebastian@php.net>
Sun, 16 Dec 2001 20:28:18 +0000 (20:28 +0000)
committerSebastian Bergmann <sebastian@php.net>
Sun, 16 Dec 2001 20:28:18 +0000 (20:28 +0000)
Zend/ZEND_CHANGES

index c9605337c6d463ce462a7f1052db4f1c5d3a26f8..57b02ea6777d1dad0729398df26af222ade6c477 100644 (file)
@@ -26,11 +26,11 @@ Changes in the Zend Engine 2.0
       occurs, in order to allow developers to gradually migrate to the
       version 2.0-style behavior (without automatic clones).
 
-    * delete function.
+    * delete statement.
 
       The Zend Engine 1.0 had no means to force deletion of an object
       if there are still references to it. The newly introduced delete
-      function calls the object\92s destructor and frees it even if the
+      statement calls the object\92s destructor and frees it even if the
       object is referenced by some other places in the engine. Other
       references to the deleted object become stale and trying to
       access them results in a fatal error.