mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
filling some more ...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205675 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f93c1709b9
commit
388ffeb190
3 changed files with 19 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="zend-macro.z-type">
|
||||
<refnamediv>
|
||||
<refname>Z_TYPE</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Get the type field of a <type>zval</type></refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -11,10 +11,10 @@
|
|||
<literallayout>#include <zend_operators.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>zend_uchar</type><methodname>Z_TYPE</methodname>
|
||||
<methodparam><type>zval</type><parameter>zval</parameter></methodparam>
|
||||
<methodparam><type>zval</type><parameter>zv</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
Return the type field of a <type>zval</type>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -23,10 +23,10 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>zval</parameter></term>
|
||||
<term><parameter>zv</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
A <type>zval</type> data structure.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
...
|
||||
The type field of <parameter>zv</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="zend-macro.z-type-p">
|
||||
<refnamediv>
|
||||
<refname>Z_TYPE_P</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Get type field from <type>zval</type> pointer</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -14,7 +14,8 @@
|
|||
<methodparam><type>zval *</type><parameter>zval_p</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
Return the type filed from the <type>zval</type> data structure
|
||||
pointed to by <parameter>zval_p</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -26,7 +27,7 @@
|
|||
<term><parameter>zval_p</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
Pointer to a <type>zval</type>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -37,7 +38,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
...
|
||||
Type of the <type>zval</type> pointed to.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="zend-macro.z-type-pp">
|
||||
<refnamediv>
|
||||
<refname>Z_TYPE_PP</refname>
|
||||
<refpurpose>...</refpurpose>
|
||||
<refpurpose>Get type field from <type>zval</type> pointer pointer</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -14,7 +14,8 @@
|
|||
<methodparam><type>zval **</type><parameter>zval_pp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
Return the type filed from the <type>zval</type> data structure
|
||||
pointed to by the pointer pointed to by <parameter>zval_pp</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -26,7 +27,7 @@
|
|||
<term><parameter>zval_pp</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
Pointer to a pointer to a <type>zval</type> structure.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -37,7 +38,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
...
|
||||
Type of the <type>zval</type> structure pointed to.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue