mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-26 22:08:55 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129714 c90b9560-bf6c-de11-be94-00142212c4b1
83 lines
2.5 KiB
XML
Executable file
83 lines
2.5 KiB
XML
Executable file
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.3 $ -->
|
|
<refentry id="function.main">
|
|
<refnamediv>
|
|
<refname>main</refname>
|
|
<refpurpose>Dummy for <function>main</function></refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<para>
|
|
There is no function named <function>main</function> except
|
|
in the PHP source. In PHP 4.3.0, a new type of error handling
|
|
in the PHP source (php_error_docref) was introduced. One feature
|
|
is to provide links to a manual page in PHP error messages when
|
|
the PHP directives <link linkend="ini.html-errors">html_errors</link>
|
|
(on by default) and <link linkend="ini.docref-root">docref_root</link>
|
|
(on by default until PHP 4.3.2) are set.
|
|
</para>
|
|
<para>
|
|
Sometimes error messages refer to a manual page for the function
|
|
<function>main</function> which is why this page exists. Please
|
|
add a user comment below that mentions what PHP function caused the
|
|
error that linked to <function>main</function> and it will be
|
|
fixed and properly documented.
|
|
</para>
|
|
<para>
|
|
<table>
|
|
<title>Known errors that point to <function>main</function></title>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>Function name</entry>
|
|
<entry>No longer points here as of</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry><function>include</function></entry>
|
|
<entry>4.3.2</entry>
|
|
</row>
|
|
<row>
|
|
<entry><function>include_once</function></entry>
|
|
<entry>4.3.2</entry>
|
|
</row>
|
|
<row>
|
|
<entry><function>require</function></entry>
|
|
<entry>4.3.2</entry>
|
|
</row>
|
|
<row>
|
|
<entry><function>require_once</function></entry>
|
|
<entry>4.3.2</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
<para>
|
|
See also <link linkend="ini.html-errors">html_errors</link>
|
|
and <link linkend="ini.display-errors">display_errors</link>.
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|