proto fixes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205297 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2006-01-14 23:14:48 +00:00
parent daf1c58033
commit c492fee914
4 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.zend-convert-encodings">
<refnamediv>
<refname>zend_convert_encodings</refname>
@ -15,7 +15,7 @@
<methodparam><type>UConverter*</type><parameter>source_conv</parameter></methodparam>
<methodparam><type>char**</type><parameter>target</parameter></methodparam>
<methodparam><type>int32_t*</type><parameter>target_len</parameter></methodparam>
<methodparam><type>const</type><parameter>char *source</parameter></methodparam>
<methodparam><type>const char *</type><parameter>source</parameter></methodparam>
<methodparam><type>int32_t</type><parameter>source_len</parameter></methodparam>
<methodparam><type>UErrorCode*</type><parameter>status</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.zend-convert-from-unicode">
<refnamediv>
<refname>zend_convert_from_unicode</refname>
@ -14,7 +14,7 @@
<methodparam><type>UConverter*</type><parameter>conv</parameter></methodparam>
<methodparam><type>char**</type><parameter>target</parameter></methodparam>
<methodparam><type>int32_t*</type><parameter>target_len</parameter></methodparam>
<methodparam><type>const</type><parameter>UChar *source</parameter></methodparam>
<methodparam><type>const UChar *</type><parameter>source</parameter></methodparam>
<methodparam><type>int32_t</type><parameter>source_len</parameter></methodparam>
<methodparam><type>UErrorCode*</type><parameter>status</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.zend-convert-to-unicode">
<refnamediv>
<refname>zend_convert_to_unicode</refname>
@ -14,7 +14,7 @@
<methodparam><type>UConverter*</type><parameter>conv</parameter></methodparam>
<methodparam><type>UChar**</type><parameter>target</parameter></methodparam>
<methodparam><type>int32_t*</type><parameter>target_len</parameter></methodparam>
<methodparam><type>const</type><parameter>char *source</parameter></methodparam>
<methodparam><type>const char *</type><parameter>source</parameter></methodparam>
<methodparam><type>int32_t</type><parameter>source_len</parameter></methodparam>
<methodparam><type>UErrorCode*</type><parameter>status</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="zend-api.zend-error">
<refnamediv>
<refname>zend_error</refname>
@ -12,7 +12,7 @@
<methodsynopsis>
<type>void</type><methodname>zend_error</methodname>
<methodparam><type>int</type><parameter>type</parameter></methodparam>
<methodparam><type>const</type><parameter>char *format</parameter></methodparam>
<methodparam><type>const char *</type><parameter>format</parameter></methodparam>
<methodparam><type></type><parameter>...</parameter></methodparam>
</methodsynopsis>
<para>