a few more macro protos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205273 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2006-01-14 20:16:17 +00:00
parent bca35ffcb7
commit 6809c2e096
6 changed files with 18 additions and 19 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-GET-MODULE">
<refnamediv>
<refname>ZEND_GET_MODULE</refname>
@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>ZEND_GET_MODULE</methodname>
<methodparam><type>???</type><parameter>name</parameter></methodparam>
<void/><methodname>ZEND_GET_MODULE</methodname>
<methodparam><type>char *</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-NUM-ARGS">
<refnamediv>
<refname>ZEND_NUM_ARGS</refname>
@ -9,8 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>ZEND_NUM_ARGS</methodname>
<methodparam><type>???</type><parameter></parameter></methodparam>
<type>int</type><methodname>ZEND_NUM_ARGS</methodname><void/>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-PUTC">
<refnamediv>
<refname>ZEND_PUTC</refname>
@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>ZEND_PUTC</methodname>
<methodparam><type>???</type><parameter>c</parameter></methodparam>
<type>int</type><methodname>ZEND_PUTC</methodname>
<methodparam><type>char</type><parameter>c</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-PUTS">
<refnamediv>
<refname>ZEND_PUTS</refname>
@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>ZEND_PUTS</methodname>
<methodparam><type>???</type><parameter>str</parameter></methodparam>
<type>int</type><methodname>ZEND_PUTS</methodname>
<methodparam><type>char *</type><parameter>str</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-TRUTH">
<refnamediv>
<refname>ZEND_TRUTH</refname>
@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>ZEND_TRUTH</methodname>
<methodparam><type>???</type><parameter>x</parameter></methodparam>
<type>zend_bool</type><methodname>ZEND_TRUTH</methodname>
<methodparam><type>mixed</type><parameter>x</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-WRITE">
<refnamediv>
<refname>ZEND_WRITE</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>ZEND_WRITE</methodname>
<methodparam><type>???</type><parameter>str</parameter></methodparam>
<methodparam><type>???</type><parameter>str_len</parameter></methodparam>
<type>int</type><methodname>ZEND_WRITE</methodname>
<methodparam><type>char *</type><parameter>str</parameter></methodparam>
<methodparam><type>int</type><parameter>str_len</parameter></methodparam>
</methodsynopsis>
<para>
...