nicobn Sat Jul 21 05:36:52 2007 UTC
Modified files:
/phpdoc/en/reference/misc/functions eval.xml
Log:
Removed reference to PHP3.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/misc/functions/eval.xml?r1=1.21&r2=1.22&diff_format=u
Index: phpdoc/en/reference/misc/functions/eval.xml
diff -u phpdoc/en/reference/misc/functions/eval.xml:1.21
phpdoc/en/reference/misc/functions/eval.xml:1.22
--- phpdoc/en/reference/misc/functions/eval.xml:1.21 Wed Jun 20 22:24:57 2007
+++ phpdoc/en/reference/misc/functions/eval.xml Sat Jul 21 05:36:52 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
<refentry xml:id="function.eval" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>eval</refname>
@@ -62,9 +62,6 @@
parse error in the evaluated code, <function>eval</function> returns
&false;.
</para>
- <para>
- In PHP 3, <function>eval</function> does not return a value.
- </para>
</refsect1>
<refsect1 role="examples">