stas Fri Mar 23 17:39:19 2007 UTC
Modified files:
/ZendEngine2 zend_object_handlers.c
Log:
fix comment
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_object_handlers.c?r1=1.183&r2=1.184&diff_format=u
Index: ZendEngine2/zend_object_handlers.c
diff -u ZendEngine2/zend_object_handlers.c:1.183
ZendEngine2/zend_object_handlers.c:1.184
--- ZendEngine2/zend_object_handlers.c:1.183 Thu Jan 18 23:23:13 2007
+++ ZendEngine2/zend_object_handlers.c Fri Mar 23 17:39:19 2007
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_object_handlers.c,v 1.183 2007/01/18 23:23:13 helly Exp $ */
+/* $Id: zend_object_handlers.c,v 1.184 2007/03/23 17:39:19 stas Exp $ */
#include "zend.h"
#include "zend_globals.h"
@@ -42,8 +42,8 @@
set, we call __set handler. If it fails, we do not change the array.
for both handlers above, when we are inside __get/__set, no further calls for
- __get/__set for these objects will be made, to prevent endless recursion and
- enable accessors to change properties array.
+ __get/__set for this property of this object will be made, to prevent
endless
+ recursion and enable accessors to change properties array.
if we have __call and method which is not part of the class function table is
called, we cal __call handler.
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|