git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212503 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2006-05-05 14:27:09 +00:00
parent e54c8e5987
commit 661d4387b4
3 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry id="zend-macro.z-bval">
<refnamediv>
<refname>Z_BVAL</refname>
@ -27,7 +27,7 @@
<term><parameter>zv</parameter></term>
<listitem>
<para>
The <type>zval</type> structure to extract the resut value from.
The <type>zval</type> structure to extract the result value from.
</para>
</listitem>
</varlistentry>
@ -46,7 +46,7 @@
<refsect1 role="seealso">
&reftitle.seealso;
<para>
See <function>Z_BVAL_P</function> and <function>Z_BVAL_P</function> for other
See <function>Z_BVAL_P</function> and <function>Z_BVAL_PP</function> for other
macros that access the <varname>lval</varname> field of a <type>zval</type>
as <type>zend_bool</type>.
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry id="zend-macro.z-bval-p">
<refnamediv>
<refname>Z_BVAL_P</refname>
@ -28,7 +28,7 @@
<term><parameter>zval_p</parameter></term>
<listitem>
<para>
Pointer to the <type>zval</type> structure to extract the resut value from.
Pointer to the <type>zval</type> structure to extract the result value from.
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry id="zend-macro.z-bval-pp">
<refnamediv>
<refname>Z_BVAL_PP</refname>
@ -14,7 +14,7 @@
<methodparam><type>zval **</type><parameter>zval_pp</parameter></methodparam>
</methodsynopsis>
<para>
<function>Z_BVAL_P</function> returns the <varname>lval</varname> element
<function>Z_BVAL_PP</function> returns the <varname>lval</varname> element
of the <type>zval</type> structure indirectly pointed to by
<parameter>zval_pp</parameter> casted to <type>zend_bool</type>.
</para>
@ -28,7 +28,7 @@
<term><parameter>zval_pp</parameter></term>
<listitem>
<para>
Pointer to a pointer to the <type>zval</type> structure to extract the resut value from.
Pointer to a pointer to the <type>zval</type> structure to extract the result value from.
</para>
</listitem>
</varlistentry>