vrana           Fri Nov 12 08:05:54 2004 EDT

  Modified files:              
    /phpdoc/howto       working.xml 
  Log:
  Use the class name instead of "object"
  
http://cvs.php.net/diff.php/phpdoc/howto/working.xml?r1=1.47&r2=1.48&ty=u
Index: phpdoc/howto/working.xml
diff -u phpdoc/howto/working.xml:1.47 phpdoc/howto/working.xml:1.48
--- phpdoc/howto/working.xml:1.47       Wed Sep 22 17:09:24 2004
+++ phpdoc/howto/working.xml    Fri Nov 12 08:05:52 2004
@@ -289,7 +289,8 @@
       double!</emphasis>), <literal>array</literal>,
       <literal>object</literal> (<emphasis>not class!</emphasis>),
       <literal>resource</literal> and <literal>null</literal>
-      (all lowercase).
+      (all lowercase). For objects different from <literal>stdClass</literal>,
+      use the class name instead of <literal>object</literal>.
      </simpara>
 
      <simpara>
@@ -481,7 +482,7 @@
     <title>A function skeleton (<filename>func-name.xml</filename>)</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.47 $ --&gt;
+&lt;!-- $Revision: 1.48 $ --&gt;
 &lt;refentry id="function.func-name"&gt;
  &lt;refnamediv&gt;
   &lt;refname&gt;func_name&lt;/refname&gt;
@@ -640,7 +641,7 @@
     <title>A <filename>reference.xml</filename> skeleton</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.47 $ --&gt;
+&lt;!-- $Revision: 1.48 $ --&gt;
 &lt;reference id="ref.extname"&gt;
  &lt;title&gt;Extname &amp;Functions;&lt;/title&gt;
  &lt;titleabbrev&gt;Extname&lt;/titleabbrev&gt;
@@ -707,7 +708,7 @@
     <title>A <filename>configure.xml</filename> skeleton</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.47 $ --&gt;
+&lt;!-- $Revision: 1.48 $ --&gt;
 &lt;section id="extname.installation"&gt;
  &amp;reftitle.install;
  &lt;para&gt;
@@ -748,7 +749,7 @@
     <title>A <filename>constants.xml</filename> skeleton</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.47 $ --&gt;
+&lt;!-- $Revision: 1.48 $ --&gt;
 &lt;section id="extname.constants"&gt;
  &amp;reftitle.constants;
  &amp;extension.constants;
@@ -798,7 +799,7 @@
     <title>A <filename>ini.xml</filename> skeleton</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.47 $ --&gt;
+&lt;!-- $Revision: 1.48 $ --&gt;
 &lt;section id="extname.configuration"&gt;
  &amp;reftitle.runtime;
  &amp;extension.runtime;

Reply via email to