From ba5f9a231a5042c320b1e852618f7b050dd6cf17 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Mon, 9 Jun 2003 19:18:08 +0000 Subject: [PATCH] return is not a function git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130777 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/eval.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/misc/functions/eval.xml b/reference/misc/functions/eval.xml index 41743ca36f..2451291556 100644 --- a/reference/misc/functions/eval.xml +++ b/reference/misc/functions/eval.xml @@ -1,5 +1,5 @@ - + @@ -34,8 +34,8 @@ A return statement will terminate the evaluation of the string immediately. In PHP 4, eval returns - &null; unless return is called in the evaluated - code, in which case the value passed to return is + &null; unless return is called in the evaluated + code, in which case the value passed to return is returned. In PHP 3, eval does not return a value.