die is not a function, and equivalent to exit

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214932 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Etienne Kneuss 2006-06-16 18:41:44 +00:00
parent 6730f8ddb7
commit c214a4b007

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.2 -->
<refentry id="function.exit">
<refnamediv>
@ -76,8 +76,7 @@ exit(0376); //octal
</para>
<note>
<simpara>
The <function>die</function> function is an alias for
<function>exit</function>.
This language construct is equivalent to <function>die</function>.
</simpara>
</note>
<para>