diff options
| author | Stanislav Malyshev <stas@php.net> | 2007-03-23 17:16:55 +0000 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2007-03-23 17:16:55 +0000 |
| commit | 008259dba809371350cfe840b941b4fa12bc0eb1 (patch) | |
| tree | db29ad842f9a2a27827db3700ca5554f1c45fc4c /Zend/zend_object_handlers.c | |
| parent | cbb0db124b371d3966a7996b397181f5021b3fac (diff) | |
| download | php-git-008259dba809371350cfe840b941b4fa12bc0eb1.tar.gz | |
fix comment - guard system changed
Diffstat (limited to 'Zend/zend_object_handlers.c')
| -rw-r--r-- | Zend/zend_object_handlers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_object_handlers.c b/Zend/zend_object_handlers.c index fd5128ab28..1168b5dfb1 100644 --- a/Zend/zend_object_handlers.c +++ b/Zend/zend_object_handlers.c @@ -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. |
