mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
9a00936748
commit
4d22cb5ce3
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue