git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212483 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2006-05-05 07:37:54 +00:00
parent 1944c28336
commit 7a4b7ce86c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry id="zend-macro.return-zval">
<refnamediv>
<refname>RETURN_ZVAL</refname>
@ -44,7 +44,7 @@
<term><parameter>dtor</parameter></term>
<listitem>
<para>
Destruct the original value before returning fromt he function,
Destruct the original value before returning from the function,
this is needed if <parameter>zv</parameter> was only temporarily
created within the function.
</para>