mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
started to manually fix macro prototypes
(this information can't be extracted by zendapi_macros.php) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205272 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bfc31f76ff
commit
bca35ffcb7
46 changed files with 141 additions and 145 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-macro.RETURN-BOOL">
|
||||
<refnamediv>
|
||||
<refname>RETURN_BOOL</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>RETURN_BOOL</methodname>
|
||||
<methodparam><type>???</type><parameter>b</parameter></methodparam>
|
||||
<void/><methodname>RETURN_BOOL</methodname>
|
||||
<methodparam><type>zend_bool</type><parameter>b</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.RETURN-DOUBLE">
|
||||
<refnamediv>
|
||||
<refname>RETURN_DOUBLE</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>RETURN_DOUBLE</methodname>
|
||||
<methodparam><type>???</type><parameter>d</parameter></methodparam>
|
||||
<void/><methodname>RETURN_DOUBLE</methodname>
|
||||
<methodparam><type>double</type><parameter>d</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.RETURN-EMPTY-BINARY">
|
||||
<refnamediv>
|
||||
<refname>RETURN_EMPTY_BINARY</refname>
|
||||
|
@ -9,8 +9,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>RETURN_EMPTY_BINARY</methodname>
|
||||
<methodparam><type>???</type><parameter></parameter></methodparam>
|
||||
<void/><methodname>RETURN_EMPTY_BINARY</methodname><void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-macro.RETURN-EMPTY-STRING">
|
||||
<refnamediv>
|
||||
<refname>RETURN_EMPTY_STRING</refname>
|
||||
|
@ -9,8 +9,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>RETURN_EMPTY_STRING</methodname>
|
||||
<methodparam><type>???</type><parameter></parameter></methodparam>
|
||||
<void/><methodname>RETURN_EMPTY_STRING</methodname><void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-macro.RETURN-EMPTY-UNICODE">
|
||||
<refnamediv>
|
||||
<refname>RETURN_EMPTY_UNICODE</refname>
|
||||
|
@ -9,8 +9,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>RETURN_EMPTY_UNICODE</methodname>
|
||||
<methodparam><type>???</type><parameter></parameter></methodparam>
|
||||
<void/><methodname>RETURN_EMPTY_UNICODE</methodname><void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-macro.RETURN-LONG">
|
||||
<refnamediv>
|
||||
<refname>RETURN_LONG</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>RETURN_LONG</methodname>
|
||||
<methodparam><type>???</type><parameter>l</parameter></methodparam>
|
||||
<void/><methodname>RETURN_LONG</methodname>
|
||||
<methodparam><type>long</type><parameter>l</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.RETURN-NULL">
|
||||
<refnamediv>
|
||||
<refname>RETURN_NULL</refname>
|
||||
|
@ -9,8 +9,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>RETURN_NULL</methodname>
|
||||
<methodparam><type>???</type><parameter></parameter></methodparam>
|
||||
<void/><methodname>RETURN_NULL</methodname><void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-ARRVAL">
|
||||
<refnamediv>
|
||||
<refname>Z_ARRVAL</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_ARRVAL</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>HashTable</type><methodname>Z_ARRVAL</methodname>
|
||||
<methodparam><type>zval</type><parameter>zval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-ARRVAL-P">
|
||||
<refnamediv>
|
||||
<refname>Z_ARRVAL_P</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_ARRVAL_P</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_p</parameter></methodparam>
|
||||
<type>HashTable</type><methodname>Z_ARRVAL_P</methodname>
|
||||
<methodparam><type>zval *</type><parameter>zval_p</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-ARRVAL-PP">
|
||||
<refnamediv>
|
||||
<refname>Z_ARRVAL_PP</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_ARRVAL_PP</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_pp</parameter></methodparam>
|
||||
<type>HashTable</type><methodname>Z_ARRVAL_PP</methodname>
|
||||
<methodparam><type>zval **</type><parameter>zval_pp</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.Z-BINLEN">
|
||||
<refnamediv>
|
||||
<refname>Z_BINLEN</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_BINLEN</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>char *</type><methodname>Z_BINLEN</methodname>
|
||||
<methodparam><type>zval</type><parameter>zval</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.Z-BINLEN-P">
|
||||
<refnamediv>
|
||||
<refname>Z_BINLEN_P</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_BINLEN_P</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>char *</type><methodname>Z_BINLEN_P</methodname>
|
||||
<methodparam><type>zval *</type><parameter>zval</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.Z-BINLEN-PP">
|
||||
<refnamediv>
|
||||
<refname>Z_BINLEN_PP</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_BINLEN_PP</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>char *</type><methodname>Z_BINLEN_PP</methodname>
|
||||
<methodparam><type>zval **</type><parameter>zval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-BVAL">
|
||||
<refnamediv>
|
||||
<refname>Z_BVAL</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Return a <type>zval</type> <varname>lval</varname> element as <type>bool</type></refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_BVAL</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>zend_bool</type><methodname>Z_BVAL</methodname>
|
||||
<methodparam><type>zval</type><parameter>zval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-BVAL-P">
|
||||
<refnamediv>
|
||||
<refname>Z_BVAL_P</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Dereference a <type>zval</type> pointer and return its <varname>lval</varname> element as <type>bool</type></refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_BVAL_P</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_p</parameter></methodparam>
|
||||
<type>zend_bool</type><methodname>Z_BVAL_P</methodname>
|
||||
<methodparam><type>zval *</type><parameter>zval_p</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-BVAL-PP">
|
||||
<refnamediv>
|
||||
<refname>Z_BVAL_PP</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Dereference a pointer to a <type>zval</type> pointer and return its <varname>lval</varname> element as <type>bool</type></refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_BVAL_PP</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_pp</parameter></methodparam>
|
||||
<type>zend_bool</type><methodname>Z_BVAL_PP</methodname>
|
||||
<methodparam><type>zval **</type><parameter>zval_pp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-DVAL">
|
||||
<refnamediv>
|
||||
<refname>Z_DVAL</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Return the dval element of a zval</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_DVAL</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>double</type><methodname>Z_DVAL</methodname>
|
||||
<methodparam><type>zval</type><parameter>zval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-DVAL-P">
|
||||
<refnamediv>
|
||||
<refname>Z_DVAL_P</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Dereference a <type>zval</type> pointer and return its <varname>dval</varname> element</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_DVAL_P</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_p</parameter></methodparam>
|
||||
<type>double</type><methodname>Z_DVAL_P</methodname>
|
||||
<methodparam><type>zval *</type><parameter>zval_p</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-DVAL-PP">
|
||||
<refnamediv>
|
||||
<refname>Z_DVAL_PP</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Dereference a pointer to a <type>zval</type> pointer and return its <varname>dval</varname> element</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_DVAL_PP</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_pp</parameter></methodparam>
|
||||
<type>double</type><methodname>Z_DVAL_PP</methodname>
|
||||
<methodparam><type>zval **</type><parameter>zval_pp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-LVAL">
|
||||
<refnamediv>
|
||||
<refname>Z_LVAL</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_LVAL</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>long</type><methodname>Z_LVAL</methodname>
|
||||
<methodparam><type>zval</type><parameter>zval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-LVAL-P">
|
||||
<refnamediv>
|
||||
<refname>Z_LVAL_P</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_LVAL_P</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_p</parameter></methodparam>
|
||||
<type>long</type><methodname>Z_LVAL_P</methodname>
|
||||
<methodparam><type>zval *</type><parameter>zval_p</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-LVAL-PP">
|
||||
<refnamediv>
|
||||
<refname>Z_LVAL_PP</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Dereference a pointer to a <type>zval</type> pointer and return its <varname>lval</varname> element</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_LVAL_PP</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_pp</parameter></methodparam>
|
||||
<type>long</type><methodname>Z_LVAL_PP</methodname>
|
||||
<methodparam><type>zval **</type><parameter>zval_pp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-STRLEN">
|
||||
<refnamediv>
|
||||
<refname>Z_STRLEN</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_STRLEN</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>int</type><methodname>Z_STRLEN</methodname>
|
||||
<methodparam><type>zval</type><parameter>zval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-STRLEN-P">
|
||||
<refnamediv>
|
||||
<refname>Z_STRLEN_P</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_STRLEN_P</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_p</parameter></methodparam>
|
||||
<type>int</type><methodname>Z_STRLEN_P</methodname>
|
||||
<methodparam><type>zval *</type><parameter>zval_p</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-STRLEN-PP">
|
||||
<refnamediv>
|
||||
<refname>Z_STRLEN_PP</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_STRLEN_PP</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_pp</parameter></methodparam>
|
||||
<type>int</type><methodname>Z_STRLEN_PP</methodname>
|
||||
<methodparam><type>zval **</type><parameter>zval_pp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-STRVAL">
|
||||
<refnamediv>
|
||||
<refname>Z_STRVAL</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_STRVAL</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>char *</type><methodname>Z_STRVAL</methodname>
|
||||
<methodparam><type>zval</type><parameter>zval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-STRVAL-P">
|
||||
<refnamediv>
|
||||
<refname>Z_STRVAL_P</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_STRVAL_P</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_p</parameter></methodparam>
|
||||
<type>char *</type><methodname>Z_STRVAL_P</methodname>
|
||||
<methodparam><type>zval *</type><parameter>zval_p</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-STRVAL-PP">
|
||||
<refnamediv>
|
||||
<refname>Z_STRVAL_PP</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_STRVAL_PP</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_pp</parameter></methodparam>
|
||||
<type>char *</type><methodname>Z_STRVAL_PP</methodname>
|
||||
<methodparam><type>zval **</type><parameter>zval_pp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-TYPE">
|
||||
<refnamediv>
|
||||
<refname>Z_TYPE</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_TYPE</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>zend_uchar</type><methodname>Z_TYPE</methodname>
|
||||
<methodparam><type>zval</type><parameter>zval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-TYPE-P">
|
||||
<refnamediv>
|
||||
<refname>Z_TYPE_P</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_TYPE_P</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_p</parameter></methodparam>
|
||||
<type>zend_uchar</type><methodname>Z_TYPE_P</methodname>
|
||||
<methodparam><type>zval *</type><parameter>zval_p</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="zend-macro.Z-TYPE-PP">
|
||||
<refnamediv>
|
||||
<refname>Z_TYPE_PP</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_TYPE_PP</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_pp</parameter></methodparam>
|
||||
<type>zend_uchar</type><methodname>Z_TYPE_PP</methodname>
|
||||
<methodparam><type>zval **</type><parameter>zval_pp</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.Z-UNILEN">
|
||||
<refnamediv>
|
||||
<refname>Z_UNILEN</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_UNILEN</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>int</type><methodname>Z_UNILEN</methodname><!-- actually int32_t sometimes ??-->
|
||||
<methodparam><type>zval</type><parameter>zval</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.Z-UNILEN-P">
|
||||
<refnamediv>
|
||||
<refname>Z_UNILEN_P</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_UNILEN_P</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_p</parameter></methodparam>
|
||||
<type>int</type><methodname>Z_UNILEN_P</methodname>
|
||||
<methodparam><type>zval *</type><parameter>zval_p</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.Z-UNILEN-PP">
|
||||
<refnamediv>
|
||||
<refname>Z_UNILEN_PP</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_UNILEN_PP</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_pp</parameter></methodparam>
|
||||
<type>int</type><methodname>Z_UNILEN_PP</methodname>
|
||||
<methodparam><type>zval **</type><parameter>zval_pp</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.Z-UNIVAL">
|
||||
<refnamediv>
|
||||
<refname>Z_UNIVAL</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_UNIVAL</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>char *</type><methodname>Z_UNIVAL</methodname>
|
||||
<methodparam><type>zval</type><parameter>zval</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.Z-UNIVAL-P">
|
||||
<refnamediv>
|
||||
<refname>Z_UNIVAL_P</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_UNIVAL_P</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_p</parameter></methodparam>
|
||||
<type>char *</type><methodname>Z_UNIVAL_P</methodname>
|
||||
<methodparam><type>zval *</type><parameter>zval_p</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.Z-UNIVAL-PP">
|
||||
<refnamediv>
|
||||
<refname>Z_UNIVAL_PP</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_UNIVAL_PP</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_pp</parameter></methodparam>
|
||||
<type>char *</type><methodname>Z_UNIVAL_PP</methodname>
|
||||
<methodparam><type>zval **</type><parameter>zval_pp</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.Z-USTRCPLEN">
|
||||
<refnamediv>
|
||||
<refname>Z_USTRCPLEN</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_USTRCPLEN</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>int32_t</type><methodname>Z_USTRCPLEN</methodname>
|
||||
<methodparam><type>zval</type><parameter>zval</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.Z-USTRCPLEN-P">
|
||||
<refnamediv>
|
||||
<refname>Z_USTRCPLEN_P</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_USTRCPLEN_P</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_p</parameter></methodparam>
|
||||
<type>int32_t</type><methodname>Z_USTRCPLEN_P</methodname>
|
||||
<methodparam><type>zval *</type><parameter>zval_p</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.Z-USTRCPLEN-PP">
|
||||
<refnamediv>
|
||||
<refname>Z_USTRCPLEN_PP</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_USTRCPLEN_PP</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_pp</parameter></methodparam>
|
||||
<type>int32_t</type><methodname>Z_USTRCPLEN_PP</methodname>
|
||||
<methodparam><type>zval **</type><parameter>zval_pp</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.Z-USTRLEN">
|
||||
<refnamediv>
|
||||
<refname>Z_USTRLEN</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_USTRLEN</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>int32_t</type><methodname>Z_USTRLEN</methodname>
|
||||
<methodparam><type>zval</type><parameter>zval</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.Z-USTRLEN-P">
|
||||
<refnamediv>
|
||||
<refname>Z_USTRLEN_P</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_USTRLEN_P</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_p</parameter></methodparam>
|
||||
<type>int32_t</type><methodname>Z_USTRLEN_P</methodname>
|
||||
<methodparam><type>zval *</type><parameter>zval_p</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.Z-USTRLEN-PP">
|
||||
<refnamediv>
|
||||
<refname>Z_USTRLEN_PP</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_USTRLEN_PP</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_pp</parameter></methodparam>
|
||||
<type>int32_t</type><methodname>Z_USTRLEN_PP</methodname>
|
||||
<methodparam><type>zval **</type><parameter>zval_pp</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.Z-USTRVAL">
|
||||
<refnamediv>
|
||||
<refname>Z_USTRVAL</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_USTRVAL</methodname>
|
||||
<methodparam><type>???</type><parameter>zval</parameter></methodparam>
|
||||
<type>UChar *</type><methodname>Z_USTRVAL</methodname>
|
||||
<methodparam><type>zval</type><parameter>zval</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.Z-USTRVAL-P">
|
||||
<refnamediv>
|
||||
<refname>Z_USTRVAL_P</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_USTRVAL_P</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_p</parameter></methodparam>
|
||||
<type>UChar *</type><methodname>Z_USTRVAL_P</methodname>
|
||||
<methodparam><type>zval *</type><parameter>zval_p</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.Z-USTRVAL-PP">
|
||||
<refnamediv>
|
||||
<refname>Z_USTRVAL_PP</refname>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>???</type><methodname>Z_USTRVAL_PP</methodname>
|
||||
<methodparam><type>???</type><parameter>zval_pp</parameter></methodparam>
|
||||
<type>UChar *</type><methodname>Z_USTRVAL_PP</methodname>
|
||||
<methodparam><type>zval **</type><parameter>zval_pp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue