php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #37379 New page for yaz_es has a typo.
Submitted: 2006-05-09 10:57 UTC Modified: 2006-05-09 12:48 UTC
From: RQuadling at GMail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Windows XP SP2
Private report: No CVE-ID: None
 [2006-05-09 10:57 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-09 12:48 UTC] jsgoupil@php.net
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.
 [2020-02-07 06:11 UTC] phpdocbot@php.net
Automatic comment on behalf of jsgoupil
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=746eb0bea318aa2f863b7230d0e89429650478ff
Log: fix #37379
 [2020-12-30 12:50 UTC] nikic@php.net
Automatic comment on behalf of jsgoupil
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=e5541e6f5ff99c3879322987134612cf97e766ef
Log: sync with EN - fix #37379
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Nov 20 14:00:01 2025 UTC