diff --git a/reference/misc/functions/eval.xml b/reference/misc/functions/eval.xml index 98667c0043..41743ca36f 100644 --- a/reference/misc/functions/eval.xml +++ b/reference/misc/functions/eval.xml @@ -1,5 +1,5 @@ - + @@ -34,7 +34,7 @@ A return statement will terminate the evaluation of the string immediately. In PHP 4, eval returns - &false; unless return is called in the evaluated + &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.