die is not a function

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149669 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stefan Walk 2004-01-25 16:04:05 +00:00
parent a05c82c469
commit f77854f661

View file

@ -1,15 +1,15 @@
<?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.57 -->
<refentry id="function.die">
<refnamediv>
<refname>die</refname>
<refpurpose>Alias of <function>exit</function></refpurpose>
<refpurpose>Equivalent to <function>exit</function></refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>
This function is an alias of <function>exit</function>.
This language construct is equivalent to <function>exit</function>.
</para>
</refsect1>
</refentry>