forgot to change function names and ids

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194654 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2005-08-30 17:39:05 +00:00
parent db77e9f97e
commit f8b52d2e26
10 changed files with 40 additions and 40 deletions

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="zend-api.add-assoc-bool-ex">
<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.add-assoc-bool">
<refnamediv>
<refname>add_assoc_bool_ex</refname>
<refname>add_assoc_bool</refname>
<refpurpose>...</refpurpose>
</refnamediv>
@ -10,7 +10,7 @@
&reftitle.description;
<literallayout>#include &lt;zend_API.h&gt;</literallayout>
<methodsynopsis>
<type>int</type><methodname>add_assoc_bool_ex</methodname>
<type>int</type><methodname>add_assoc_bool</methodname>
<methodparam><type>zval*</type><parameter>arg</parameter></methodparam>
<methodparam><type>char*</type><parameter>key</parameter></methodparam>
<methodparam><type>int</type><parameter>b</parameter></methodparam>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="zend-api.add-assoc-double-ex">
<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.add-assoc-double">
<refnamediv>
<refname>add_assoc_double_ex</refname>
<refname>add_assoc_double</refname>
<refpurpose>...</refpurpose>
</refnamediv>
@ -10,7 +10,7 @@
&reftitle.description;
<literallayout>#include &lt;zend_API.h&gt;</literallayout>
<methodsynopsis>
<type>int</type><methodname>add_assoc_double_ex</methodname>
<type>int</type><methodname>add_assoc_double</methodname>
<methodparam><type>zval*</type><parameter>arg</parameter></methodparam>
<methodparam><type>char*</type><parameter>key</parameter></methodparam>
<methodparam><type>double</type><parameter>d</parameter></methodparam>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="zend-api.add-assoc-long-ex">
<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.add-assoc-long">
<refnamediv>
<refname>add_assoc_long_ex</refname>
<refname>add_assoc_long</refname>
<refpurpose>...</refpurpose>
</refnamediv>
@ -10,7 +10,7 @@
&reftitle.description;
<literallayout>#include &lt;zend_API.h&gt;</literallayout>
<methodsynopsis>
<type>int</type><methodname>add_assoc_long_ex</methodname>
<type>int</type><methodname>add_assoc_long</methodname>
<methodparam><type>zval*</type><parameter>arg</parameter></methodparam>
<methodparam><type>char*</type><parameter>key</parameter></methodparam>
<methodparam><type>long</type><parameter>n</parameter></methodparam>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="zend-api.add-assoc-null-ex">
<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.add-assoc-null">
<refnamediv>
<refname>add_assoc_null_ex</refname>
<refname>add_assoc_null</refname>
<refpurpose>...</refpurpose>
</refnamediv>
@ -10,7 +10,7 @@
&reftitle.description;
<literallayout>#include &lt;zend_API.h&gt;</literallayout>
<methodsynopsis>
<type>int</type><methodname>add_assoc_null_ex</methodname>
<type>int</type><methodname>add_assoc_null</methodname>
<methodparam><type>zval*</type><parameter>arg</parameter></methodparam>
<methodparam><type>char*</type><parameter>key</parameter></methodparam>
</methodsynopsis>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="zend-api.add-assoc-resource-ex">
<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.add-assoc-resource">
<refnamediv>
<refname>add_assoc_resource_ex</refname>
<refname>add_assoc_resource</refname>
<refpurpose>...</refpurpose>
</refnamediv>
@ -10,7 +10,7 @@
&reftitle.description;
<literallayout>#include &lt;zend_API.h&gt;</literallayout>
<methodsynopsis>
<type>int</type><methodname>add_assoc_resource_ex</methodname>
<type>int</type><methodname>add_assoc_resource</methodname>
<methodparam><type>zval*</type><parameter>arg</parameter></methodparam>
<methodparam><type>char*</type><parameter>key</parameter></methodparam>
<methodparam><type>int</type><parameter>r</parameter></methodparam>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="zend-api.add-assoc-string-ex">
<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.add-assoc-string">
<refnamediv>
<refname>add_assoc_string_ex</refname>
<refname>add_assoc_string</refname>
<refpurpose>...</refpurpose>
</refnamediv>
@ -10,7 +10,7 @@
&reftitle.description;
<literallayout>#include &lt;zend_API.h&gt;</literallayout>
<methodsynopsis>
<type>int</type><methodname>add_assoc_string_ex</methodname>
<type>int</type><methodname>add_assoc_string</methodname>
<methodparam><type>zval*</type><parameter>arg</parameter></methodparam>
<methodparam><type>char*</type><parameter>str</parameter></methodparam>
<methodparam><type>uint</type><parameter>key_len</parameter></methodparam>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="zend-api.add-assoc-stringl-ex">
<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.add-assoc-stringl">
<refnamediv>
<refname>add_assoc_stringl_ex</refname>
<refname>add_assoc_stringl</refname>
<refpurpose>...</refpurpose>
</refnamediv>
@ -10,7 +10,7 @@
&reftitle.description;
<literallayout>#include &lt;zend_API.h&gt;</literallayout>
<methodsynopsis>
<type>int</type><methodname>add_assoc_stringl_ex</methodname>
<type>int</type><methodname>add_assoc_stringl</methodname>
<methodparam><type>zval*</type><parameter>arg</parameter></methodparam>
<methodparam><type>char*</type><parameter>str</parameter></methodparam>
<methodparam><type>int</type><parameter>duplicate</parameter></methodparam>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="zend-api.add-assoc-zval-ex">
<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.add-assoc-zval">
<refnamediv>
<refname>add_assoc_zval_ex</refname>
<refname>add_assoc_zval</refname>
<refpurpose>...</refpurpose>
</refnamediv>
@ -10,7 +10,7 @@
&reftitle.description;
<literallayout>#include &lt;zend_API.h&gt;</literallayout>
<methodsynopsis>
<type>int</type><methodname>add_assoc_zval_ex</methodname>
<type>int</type><methodname>add_assoc_zval</methodname>
<methodparam><type>zval*</type><parameter>arg</parameter></methodparam>
<methodparam><type>char*</type><parameter>key</parameter></methodparam>
<methodparam><type>zval*</type><parameter>value</parameter></methodparam>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="zend-api.add-get-assoc-string-ex">
<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.add-get-assoc-string">
<refnamediv>
<refname>add_get_assoc_string_ex</refname>
<refname>add_get_assoc_string</refname>
<refpurpose>...</refpurpose>
</refnamediv>
@ -10,7 +10,7 @@
&reftitle.description;
<literallayout>#include &lt;zend_API.h&gt;</literallayout>
<methodsynopsis>
<type>int</type><methodname>add_get_assoc_string_ex</methodname>
<type>int</type><methodname>add_get_assoc_string</methodname>
<methodparam><type>zval*</type><parameter>arg</parameter></methodparam>
<methodparam><type>char*</type><parameter>key</parameter></methodparam>
<methodparam><type>char*</type><parameter>str</parameter></methodparam>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="zend-api.add-get-assoc-stringl-ex">
<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.add-get-assoc-stringl">
<refnamediv>
<refname>add_get_assoc_stringl_ex</refname>
<refname>add_get_assoc_stringl</refname>
<refpurpose>...</refpurpose>
</refnamediv>
@ -10,7 +10,7 @@
&reftitle.description;
<literallayout>#include &lt;zend_API.h&gt;</literallayout>
<methodsynopsis>
<type>int</type><methodname>add_get_assoc_stringl_ex</methodname>
<type>int</type><methodname>add_get_assoc_stringl</methodname>
<methodparam><type>zval*</type><parameter>arg</parameter></methodparam>
<methodparam><type>char*</type><parameter>str</parameter></methodparam>
<methodparam><type>uint</type><parameter>length</parameter></methodparam>