From a1f641bcc8b2521db3a8f22a44073ac1f941bb1a Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Aug 2007 14:17:15 +0000 Subject: [PATCH] Objects cast to Object only in PHP 4 (bug #41750) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241321 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/types.xml b/language/types.xml index 046e955b6a..5a8fcfb71d 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -1215,7 +1215,7 @@ $third = $str{2}; entire contents. - Objects are always converted to the string "Object". + Objects in PHP 4 are always converted to the string "Object". If you would like to print out the member variable values of an object for debugging reasons, read the paragraphs below. If you would like to find out the class name of which an object