mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212503 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e54c8e5987
commit
661d4387b4
3 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue