Fix changelog of get_object_vars()

Remove "Prior to" changelog entries.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326067 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nikita Popov 2012-06-09 18:32:49 +00:00
parent cfe5b5214a
commit c2b8575669

View file

@ -55,22 +55,14 @@
<entry>5.3.0</entry>
<entry>
This function now returns <type>NULL</type> if the
<parameter>object</parameter> isn't an object.
<parameter>object</parameter> isn't an object. Previously &false; was returned.
</entry>
</row>
<row>
<entry>prior to 5.3.0</entry>
<entry>4.2.0</entry>
<entry>
If the <parameter>object</parameter> isn't an object, then
<function>get_object_vars</function> would return &false;
</entry>
</row>
<row>
<entry>prior to 4.2.0</entry>
<entry>
If the variables declared in the class of which the
<parameter>object</parameter> is an instance, have not been assigned a
value, those will not be returned in the array
Properties which were declared in the class of the <parameter>object</parameter>
but which weren't assigned a value are now also returned (with value &null;).
</entry>
</row>
</tbody>