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