vrana           Thu Aug 16 14:17:15 2007 UTC

  Modified files:              
    /phpdoc/en/language types.xml 
  Log:
  Objects cast to Object only in PHP 4 (bug #41750)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.182&r2=1.183&diff_format=u
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.182 phpdoc/en/language/types.xml:1.183
--- phpdoc/en/language/types.xml:1.182  Mon Jun 25 17:59:35 2007
+++ phpdoc/en/language/types.xml        Thu Aug 16 14:17:15 2007
@@ -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 @@
      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 

Reply via email to