|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-05-09 12:48 UTC] jsgoupil@php.net
[2020-02-07 06:11 UTC] phpdocbot@php.net
[2020-12-30 12:50 UTC] nikic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 14:00:01 2025 UTC |
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