git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157281 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-04-27 16:30:09 +00:00
parent 4e80e7cbed
commit 0eef80d4e4

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.2 -->
<refentry id="function.exit">
<refnamediv>
@ -35,7 +35,7 @@
If <parameter>status</parameter> is an <type>integer</type>, that value
will also be used as the exit status. Exit statuses should be in the
range 0 to 254, the exit status 255 is reserved by PHP and shall not be
used. The status 0 is used to terminate the program sucefully.
used. The status 0 is used to terminate the program sucessfully.
</simpara>
<para>
<example>