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">
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.47 $ -->
+<!-- $Revision: 1.48 $ -->
<refentry id="function.func-name">
<refnamediv>
<refname>func_name</refname>
@@ -640,7 +641,7 @@
<title>A <filename>reference.xml</filename> skeleton</title>
<programlisting role="xml">
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.47 $ -->
+<!-- $Revision: 1.48 $ -->
<reference id="ref.extname">
<title>Extname &Functions;</title>
<titleabbrev>Extname</titleabbrev>
@@ -707,7 +708,7 @@
<title>A <filename>configure.xml</filename> skeleton</title>
<programlisting role="xml">
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.47 $ -->
+<!-- $Revision: 1.48 $ -->
<section id="extname.installation">
&reftitle.install;
<para>
@@ -748,7 +749,7 @@
<title>A <filename>constants.xml</filename> skeleton</title>
<programlisting role="xml">
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.47 $ -->
+<!-- $Revision: 1.48 $ -->
<section id="extname.constants">
&reftitle.constants;
&extension.constants;
@@ -798,7 +799,7 @@
<title>A <filename>ini.xml</filename> skeleton</title>
<programlisting role="xml">
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.47 $ -->
+<!-- $Revision: 1.48 $ -->
<section id="extname.configuration">
&reftitle.runtime;
&extension.runtime;