stas Fri Mar 23 17:16:55 2007 UTC
Modified files: (Branch: PHP_5_2)
/ZendEngine2 zend_object_handlers.c
Log:
fix comment - guard system changed
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_object_handlers.c?r1=1.135.2.6.2.19&r2=1.135.2.6.2.20&diff_format=u
Index: ZendEngine2/zend_object_handlers.c
diff -u ZendEngine2/zend_object_handlers.c:1.135.2.6.2.19
ZendEngine2/zend_object_handlers.c:1.135.2.6.2.20
--- ZendEngine2/zend_object_handlers.c:1.135.2.6.2.19 Wed Jan 10 15:58:07 2007
+++ ZendEngine2/zend_object_handlers.c Fri Mar 23 17:16:55 2007
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_object_handlers.c,v 1.135.2.6.2.19 2007/01/10 15:58:07 dmitry Exp
$ */
+/* $Id: zend_object_handlers.c,v 1.135.2.6.2.20 2007/03/23 17:16:55 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
|