From c2b85756696a0db76bcac19865a736c64069785d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 9 Jun 2012 18:32:49 +0000 Subject: [PATCH] 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 --- reference/classobj/functions/get-object-vars.xml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/reference/classobj/functions/get-object-vars.xml b/reference/classobj/functions/get-object-vars.xml index ac4052719b..40bb0f3799 100644 --- a/reference/classobj/functions/get-object-vars.xml +++ b/reference/classobj/functions/get-object-vars.xml @@ -55,22 +55,14 @@ 5.3.0 This function now returns NULL if the - object isn't an object. + object isn't an object. Previously &false; was returned. - prior to 5.3.0 + 4.2.0 - If the object isn't an object, then - get_object_vars would return &false; - - - - prior to 4.2.0 - - If the variables declared in the class of which the - object 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 object + but which weren't assigned a value are now also returned (with value &null;).