philip          Thu Feb 13 04:29:34 2003 EDT

  Added files:                 
    /phpdoc/en/reference/info/functions main.xml 
  Log:
  Initial checkin for this elusive function.
  
  

Index: phpdoc/en/reference/info/functions/main.xml
+++ phpdoc/en/reference/info/functions/main.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <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 directive <link linkend="ini.html-errors">html_errors</link> 
     is set to on (it's on by default).  
    </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>When no longer points here</entry>
        </row>
       </thead>
       <tbody>
        <row>
         <entry><function>include</function></entry>
         <entry>4.3.1</entry>
        </row>
        <row>
         <entry><function>include_once</function></entry>
         <entry>4.3.1</entry>
        </row>
        <row>
         <entry><function>require</function></entry>
         <entry>4.3.1</entry>
        </row>
        <row>
         <entry><function>require_once</function></entry>
         <entry>4.3.1</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
-->



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to