takagi          Fri May  5 14:27:09 2006 UTC

  Modified files:              
    /phpdoc/en/internals/zendapi/macros Z_BVAL.xml Z_BVAL_P.xml 
                                        Z_BVAL_PP.xml 
  Log:
  typo.
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/zendapi/macros/Z_BVAL.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/internals/zendapi/macros/Z_BVAL.xml
diff -u phpdoc/en/internals/zendapi/macros/Z_BVAL.xml:1.7 
phpdoc/en/internals/zendapi/macros/Z_BVAL.xml:1.8
--- phpdoc/en/internals/zendapi/macros/Z_BVAL.xml:1.7   Sun Jan 22 14:57:08 2006
+++ phpdoc/en/internals/zendapi/macros/Z_BVAL.xml       Fri May  5 14:27:08 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="zend-macro.z-bval">
  <refnamediv>
   <refname>Z_BVAL</refname>
@@ -27,7 +27,7 @@
      <term><parameter>zv</parameter></term>
      <listitem>
       <para>
-       The <type>zval</type> structure to extract the resut value from.
+       The <type>zval</type> structure to extract the result value from.
       </para>
      </listitem>
     </varlistentry>
@@ -46,7 +46,7 @@
  <refsect1 role="seealso">
    &reftitle.seealso;
    <para>
-    See <function>Z_BVAL_P</function> and <function>Z_BVAL_P</function> for 
other
+    See <function>Z_BVAL_P</function> and <function>Z_BVAL_PP</function> for 
other
     macros that access the <varname>lval</varname> field of a <type>zval</type>
     as <type>zend_bool</type>.
    </para>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/zendapi/macros/Z_BVAL_P.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/internals/zendapi/macros/Z_BVAL_P.xml
diff -u phpdoc/en/internals/zendapi/macros/Z_BVAL_P.xml:1.7 
phpdoc/en/internals/zendapi/macros/Z_BVAL_P.xml:1.8
--- phpdoc/en/internals/zendapi/macros/Z_BVAL_P.xml:1.7 Sun Jan 22 14:57:08 2006
+++ phpdoc/en/internals/zendapi/macros/Z_BVAL_P.xml     Fri May  5 14:27:09 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="zend-macro.z-bval-p">
  <refnamediv>
   <refname>Z_BVAL_P</refname>
@@ -28,7 +28,7 @@
      <term><parameter>zval_p</parameter></term>
      <listitem>
       <para>
-       Pointer to the <type>zval</type> structure to extract the resut value 
from.
+       Pointer to the <type>zval</type> structure to extract the result value 
from.
       </para>
      </listitem>
     </varlistentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/zendapi/macros/Z_BVAL_PP.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/internals/zendapi/macros/Z_BVAL_PP.xml
diff -u phpdoc/en/internals/zendapi/macros/Z_BVAL_PP.xml:1.7 
phpdoc/en/internals/zendapi/macros/Z_BVAL_PP.xml:1.8
--- phpdoc/en/internals/zendapi/macros/Z_BVAL_PP.xml:1.7        Sun Jan 22 
14:57:08 2006
+++ phpdoc/en/internals/zendapi/macros/Z_BVAL_PP.xml    Fri May  5 14:27:09 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="zend-macro.z-bval-pp">
  <refnamediv>
   <refname>Z_BVAL_PP</refname>
@@ -14,7 +14,7 @@
     <methodparam><type>zval 
**</type><parameter>zval_pp</parameter></methodparam>
   </methodsynopsis>
   <para>
-   <function>Z_BVAL_P</function> returns the <varname>lval</varname> element
+   <function>Z_BVAL_PP</function> returns the <varname>lval</varname> element
    of the <type>zval</type> structure indirectly pointed to by 
    <parameter>zval_pp</parameter> casted to <type>zend_bool</type>.
   </para>
@@ -28,7 +28,7 @@
      <term><parameter>zval_pp</parameter></term>
      <listitem>
       <para>
-       Pointer to a pointer to the <type>zval</type> structure to extract the 
resut value from.
+       Pointer to a pointer to the <type>zval</type> structure to extract the 
result value from.
       </para>
      </listitem>
     </varlistentry>

Reply via email to