mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
4720edd01b
commit
ba5f9a231a
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue