mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
fix comment - guard system changed
This commit is contained in:
parent
cbb0db124b
commit
008259dba8
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
||||||
set, we call __set handler. If it fails, we do not change the array.
|
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
|
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
|
__get/__set for this property of this object will be made, to prevent endless
|
||||||
enable accessors to change properties array.
|
recursion and enable accessors to change properties array.
|
||||||
|
|
||||||
if we have __call and method which is not part of the class function table is
|
if we have __call and method which is not part of the class function table is
|
||||||
called, we cal __call handler.
|
called, we cal __call handler.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue