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
This commit is contained in:
Jakub Vrana 2007-08-16 14:17:15 +00:00
parent 10e674d4ad
commit a1f641bcc8

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.182 $ -->
<!-- $Revision: 1.183 $ -->
<chapter xml:id="language.types" xmlns="http://docbook.org/ns/docbook">
<title>Types</title>
@ -1215,7 +1215,7 @@ $third = $str{2};
entire contents.
</para>
<para>
Objects are always converted to the string <literal>"Object"</literal>.
Objects in PHP 4 are always converted to the string <literal>"Object"</literal>.
If you would like to print out the member variable values of an
<type>object</type> for debugging reasons, read the paragraphs
below. If you would like to find out the class name of which an object