mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
10e674d4ad
commit
a1f641bcc8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue