return is not a function

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130777 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2003-06-09 19:18:08 +00:00
parent 4720edd01b
commit ba5f9a231a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.58 -->
<refentry id="function.eval">
<refnamediv>
@ -34,8 +34,8 @@
<simpara>
A <literal>return</literal> statement will terminate the evaluation of
the string immediately. In PHP 4, <function>eval</function> returns
&null; unless <function>return</function> is called in the evaluated
code, in which case the value passed to <function>return</function> is
&null; unless <literal>return</literal> is called in the evaluated
code, in which case the value passed to <literal>return</literal> is
returned. In PHP 3, <function>eval</function> does not return a value.
</simpara>
<para>