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