From 2a6fc6a1d5427420d104b23e259ed79c8b08e0f1 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 6 Oct 2017 14:01:59 +0000 Subject: [PATCH] Functions do not return types, but rather values git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343199 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/classobj/functions/get-object-vars.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/classobj/functions/get-object-vars.xml b/reference/classobj/functions/get-object-vars.xml index c44b73119f..309eb48387 100644 --- a/reference/classobj/functions/get-object-vars.xml +++ b/reference/classobj/functions/get-object-vars.xml @@ -54,7 +54,7 @@ 5.3.0 - This function now returns NULL if the + This function now returns &null; if the object isn't an object. Previously &false; was returned.