Include functions still point here

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200331 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-11-10 09:17:11 +00:00
parent bcd4d01f84
commit d366ccd222

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.main">
<refnamediv>
<refname>main</refname>
@ -26,29 +26,29 @@
<para>
<table>
<title>Known errors that point to <function>main</function></title>
<tgroup cols="2">
<!-- <tgroup cols="2"> --><tgroup cols="1">
<thead>
<row>
<entry>Function name</entry>
<entry>No longer points here as of</entry>
<!-- <entry>No longer points here as of</entry> -->
</row>
</thead>
<tbody>
<row>
<entry><function>include</function></entry>
<entry>4.3.2</entry>
<!-- <entry>4.3.2</entry> -->
</row>
<row>
<entry><function>include_once</function></entry>
<entry>4.3.2</entry>
<!-- <entry>4.3.2</entry> -->
</row>
<row>
<entry><function>require</function></entry>
<entry>4.3.2</entry>
<!-- <entry>4.3.2</entry> -->
</row>
<row>
<entry><function>require_once</function></entry>
<entry>4.3.2</entry>
<!-- <entry>4.3.2</entry> -->
</row>
</tbody>
</tgroup>