From 023580173b3955526631968b55f13a567f7153d2 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 9 Jul 2008 18:21:39 +0000 Subject: [PATCH] - Oops, another fix. I missed the method call. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262363 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/classobj/functions/get-object-vars.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/classobj/functions/get-object-vars.xml b/reference/classobj/functions/get-object-vars.xml index 601a826c98..5b4a24ef7c 100644 --- a/reference/classobj/functions/get-object-vars.xml +++ b/reference/classobj/functions/get-object-vars.xml @@ -1,5 +1,5 @@ - + get_object_vars @@ -88,6 +88,8 @@ class foo { $test = new foo; var_dump(get_object_vars($test)); +$test->test(); + ?> ]]>