vrana           Thu Aug 16 13:10:28 2007 UTC

  Modified files:              
    /phpdoc/en/reference/misc/functions eval.xml 
  Log:
  Parse error (bug #41890)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/misc/functions/eval.xml?r1=1.22&r2=1.23&diff_format=u
Index: phpdoc/en/reference/misc/functions/eval.xml
diff -u phpdoc/en/reference/misc/functions/eval.xml:1.22 
phpdoc/en/reference/misc/functions/eval.xml:1.23
--- phpdoc/en/reference/misc/functions/eval.xml:1.22    Sat Jul 21 05:36:52 2007
+++ phpdoc/en/reference/misc/functions/eval.xml Thu Aug 16 13:10:28 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
 <refentry xml:id="function.eval" xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>eval</refname>
@@ -60,7 +60,9 @@
    <literal>return</literal> is called in the evaluated 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;.
+   &false;. Normal code continues in execution after parse error in
+   <function>eval</function> and this error can not be catched by
+   <function>set_error_handler</function>.
   </para>
  </refsect1>
 

Reply via email to