git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97278 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2002-09-28 19:05:35 +00:00
parent b58cda4670
commit 7217a0d33d

View file

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