mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
manual prototype fixes for newly added macros from zend_modules.h
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205285 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c78b7f09a8
commit
dcd8de00d8
6 changed files with 24 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-macro.ZEND-MOD-CONFLICTS">
|
||||
<refnamediv>
|
||||
<refname>ZEND_MOD_CONFLICTS</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>ZEND_MOD_CONFLICTS</methodname>
|
||||
<methodparam><type>???</type><parameter>name</parameter></methodparam>
|
||||
<void/><methodname>ZEND_MOD_CONFLICTS</methodname>
|
||||
<methodparam><type>char *</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-macro.ZEND-MOD-CONFLICTS-EX">
|
||||
<refnamediv>
|
||||
<refname>ZEND_MOD_CONFLICTS_EX</refname>
|
||||
|
@ -9,10 +9,10 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>ZEND_MOD_CONFLICTS_EX</methodname>
|
||||
<methodparam><type>???</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>???</type><parameter>rel</parameter></methodparam>
|
||||
<methodparam><type>???</type><parameter>ver</parameter></methodparam>
|
||||
<void/><methodname>ZEND_MOD_CONFLICTS_EX</methodname>
|
||||
<methodparam><type>char *</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>char *</type><parameter>rel</parameter></methodparam>
|
||||
<methodparam><type>char *</type><parameter>ver</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-macro.ZEND-MOD-OPTIONAL">
|
||||
<refnamediv>
|
||||
<refname>ZEND_MOD_OPTIONAL</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>ZEND_MOD_OPTIONAL</methodname>
|
||||
<methodparam><type>???</type><parameter>name</parameter></methodparam>
|
||||
<void/><methodname>ZEND_MOD_OPTIONAL</methodname>
|
||||
<methodparam><type>char *</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-macro.ZEND-MOD-OPTIONAL-EX">
|
||||
<refnamediv>
|
||||
<refname>ZEND_MOD_OPTIONAL_EX</refname>
|
||||
|
@ -9,10 +9,10 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>ZEND_MOD_OPTIONAL_EX</methodname>
|
||||
<methodparam><type>???</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>???</type><parameter>rel</parameter></methodparam>
|
||||
<methodparam><type>???</type><parameter>ver</parameter></methodparam>
|
||||
<void/><methodname>ZEND_MOD_OPTIONAL_EX</methodname>
|
||||
<methodparam><type>char *</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>char *</type><parameter>rel</parameter></methodparam>
|
||||
<methodparam><type>char *</type><parameter>ver</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-macro.ZEND-MOD-REQUIRED">
|
||||
<refnamediv>
|
||||
<refname>ZEND_MOD_REQUIRED</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>ZEND_MOD_REQUIRED</methodname>
|
||||
<methodparam><type>???</type><parameter>name</parameter></methodparam>
|
||||
<void/><methodname>ZEND_MOD_REQUIRED</methodname>
|
||||
<methodparam><type>char *</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-macro.ZEND-MOD-REQUIRED-EX">
|
||||
<refnamediv>
|
||||
<refname>ZEND_MOD_REQUIRED_EX</refname>
|
||||
|
@ -9,10 +9,10 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>ZEND_MOD_REQUIRED_EX</methodname>
|
||||
<methodparam><type>???</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>???</type><parameter>rel</parameter></methodparam>
|
||||
<methodparam><type>???</type><parameter>ver</parameter></methodparam>
|
||||
<void/><methodname>ZEND_MOD_REQUIRED_EX</methodname>
|
||||
<methodparam><type>char *</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>char *</type><parameter>rel</parameter></methodparam>
|
||||
<methodparam><type>char *</type><parameter>ver</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue