ID:               37379
 Updated by:       [EMAIL PROTECTED]
 Reported By:      RQuadling at GMail dot com
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: Windows XP SP2
 PHP Version:      Irrelevant
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.


Previous Comments:
------------------------------------------------------------------------

[2006-05-09 10:57:31] RQuadling at GMail dot com

Description:
------------
The new yaz_es function has 2 typos.

Instead of yaz_es it is yes_es.

Patch

Index: yaz-es.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/yaz/functions/yaz-es.xml,v
retrieving revision 1.3
diff -u -r1.3 yaz-es.xml
--- yaz-es.xml  6 May 2006 18:33:39 -0000       1.3
+++ yaz-es.xml  9 May 2006 10:52:03 -0000
@@ -10,7 +10,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>void</type><methodname>yes_es</methodname>
+   <type>void</type><methodname>yaz_es</methodname>
    <methodparam>
     <type>resource</type><parameter>id</parameter>
    </methodparam>
@@ -32,7 +32,7 @@
    </para>
   </note>
   <para>
-   The <function>yes_es</function> creates an Extended Service
Request
+   The <function>yaz_es</function> creates an Extended Service
Request
    packages and puts it into a queue of operations.
    Use <function>yaz_wait</function> to send the request(s) to the
server.
    After completion of <function>yaz_wait</function> the result of

Reproduce code:
---------------
See Lines 13 and 35 of Revision 1.3

Expected result:
----------------
Line 13   <type>void</type><methodname>yaz_es</methodname>

Line 35   The <function>yaz_es</function> creates an Extended Service
Request


Actual result:
--------------
Line 13   <type>void</type><methodname>yes_es</methodname>

Line 35   The <function>yes_es</function> creates an Extended Service
Request


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=37379&edit=1

Reply via email to