vrana           Mon Jan 24 08:15:40 2005 EDT

  Modified files:              
    /phpdoc/en/reference/misc/functions eval.xml 
  Log:
  Processing of fatal error (bug #31542)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/eval.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/misc/functions/eval.xml
diff -u phpdoc/en/reference/misc/functions/eval.xml:1.11 
phpdoc/en/reference/misc/functions/eval.xml:1.12
--- phpdoc/en/reference/misc/functions/eval.xml:1.11    Fri Jan 14 11:02:20 2005
+++ phpdoc/en/reference/misc/functions/eval.xml Mon Jan 24 08:15:40 2005
@@ -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>

Reply via email to