From 7a4b7ce86c4471a1871f83e9ccf62261d051fedf Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Fri, 5 May 2006 07:37:54 +0000 Subject: [PATCH] typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212483 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals/zendapi/macros/RETURN_ZVAL.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internals/zendapi/macros/RETURN_ZVAL.xml b/internals/zendapi/macros/RETURN_ZVAL.xml index 8fd035525c..1d1f254c23 100644 --- a/internals/zendapi/macros/RETURN_ZVAL.xml +++ b/internals/zendapi/macros/RETURN_ZVAL.xml @@ -1,5 +1,5 @@ - + RETURN_ZVAL @@ -44,7 +44,7 @@ dtor - Destruct the original value before returning fromt he function, + Destruct the original value before returning from the function, this is needed if zv was only temporarily created within the function.