]> granicus.if.org Git - php/commitdiff
fix comment
authorStanislav Malyshev <stas@php.net>
Fri, 23 Mar 2007 17:39:19 +0000 (17:39 +0000)
committerStanislav Malyshev <stas@php.net>
Fri, 23 Mar 2007 17:39:19 +0000 (17:39 +0000)
Zend/zend_object_handlers.c

index 080641798c825e7cb169174c0404df0470fb3b3d..7fc58c27fbdea203cd69577ae62e23a1871e36d6 100644 (file)
@@ -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.