diff --git a/reference/misc/functions/eval.xml b/reference/misc/functions/eval.xml index 2311ddac20..099bb3ba67 100644 --- a/reference/misc/functions/eval.xml +++ b/reference/misc/functions/eval.xml @@ -1,5 +1,5 @@ - + @@ -38,6 +38,7 @@ code, in which case the value passed to return is returned. In case of a parse error in the evaluated code, eval returns &false;. + In case of a fatal error in the evaluated code, the whole script exits. In PHP 3, eval does not return a value.