reference/misc/functions/exit.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -40,18 +40,12 @@
40
40
<parameter>status</parameter> just before exiting.
41
41
</para>
42
42
<para>
43
-
If <parameter>status</parameter> is an <type>integer</type>, that
43
+
If <parameter>status</parameter> is an <type>int</type>, that
44
44
value will be used as the exit status and not printed. Exit statuses should be in
45
45
the range 0 to 254, the exit status 255 is reserved by PHP and shall
46
46
not be used. The status 0 is used to terminate the program
47
47
successfully.
48
48
</para>
49
-
<note>
50
-
<simpara>
51
-
PHP &gt;= 4.2.0 does NOT print the <parameter>status</parameter>
52
-
if it is an <type>integer</type>.
53
-
</simpara>
54
-
</note>
55
49
</listitem>
56
50
</varlistentry>
57
51
</variablelist>
58
52