vrana Mon Jan 30 15:21:03 2006 UTC
Modified files: /phpdoc/en/reference/var/functions unset.xml Log: Unsetting object properties (bug #36126) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/var/functions/unset.xml?r1=1.13&r2=1.14&diff_format=u Index: phpdoc/en/reference/var/functions/unset.xml diff -u phpdoc/en/reference/var/functions/unset.xml:1.13 phpdoc/en/reference/var/functions/unset.xml:1.14 --- phpdoc/en/reference/var/functions/unset.xml:1.13 Thu Nov 3 10:59:39 2005 +++ phpdoc/en/reference/var/functions/unset.xml Mon Jan 30 15:21:03 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.13 $ --> +<!-- $Revision: 1.14 $ --> <!-- splitted from ./en/functions/var.xml, last change in rev 1.2 --> <refentry id="function.unset"> <refnamediv> @@ -43,6 +43,11 @@ </programlisting> </example> </para> + <note> + <para> + It is possible to unset even object properties visible in current context. + </para> + </note> <para> The behavior of <function>unset</function> inside of a function can vary depending on what type of variable you are attempting to