Processing of fatal error (bug #31542)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178105 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-01-24 13:15:40 +00:00
parent 9a00936748
commit 4d22cb5ce3

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.58 -->
<refentry id="function.eval">
<refnamediv>
@ -38,6 +38,7 @@
code, in which case the value passed to <literal>return</literal> is
returned. In case of a parse error in the evaluated code,
<function>eval</function> returns &false;.
In case of a fatal error in the evaluated code, the whole script exits.
In PHP 3, <function>eval</function> does not return a value.
</simpara>
<para>