--- embedaddon/php/Zend/ZEND_CHANGES 2012/02/21 23:47:52 1.1.1.1 +++ embedaddon/php/Zend/ZEND_CHANGES 2013/07/22 01:32:15 1.1.1.2 @@ -435,7 +435,7 @@ Changes in the Zend Engine 2.0 that of other object-oriented languages, such as Java: When the last reference to an object is destroyed the object's destructor, which is a class method name __destruct() that - recieves no parameters, is called before the object is freed + receives no parameters, is called before the object is freed from memory. Example: