mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
bcd4d01f84
commit
d366ccd222
1 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue