mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed in 4.3.2 and not 4.3.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126863 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
18c3711184
commit
f03a1ebe71
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.main">
|
||||
<refnamediv>
|
||||
<refname>main</refname>
|
||||
|
@ -29,25 +29,25 @@
|
|||
<thead>
|
||||
<row>
|
||||
<entry>Function name</entry>
|
||||
<entry>When no longer points here</entry>
|
||||
<entry>No longer points here as of</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><function>include</function></entry>
|
||||
<entry>4.3.1</entry>
|
||||
<entry>4.3.2</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><function>include_once</function></entry>
|
||||
<entry>4.3.1</entry>
|
||||
<entry>4.3.2</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><function>require</function></entry>
|
||||
<entry>4.3.1</entry>
|
||||
<entry>4.3.2</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><function>require_once</function></entry>
|
||||
<entry>4.3.1</entry>
|
||||
<entry>4.3.2</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
Loading…
Reference in a new issue