mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix build (include, include_once, require, require_once and return will not work for now)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265195 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bbe70c1cab
commit
60fa45559e
1 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.76 $ -->
|
||||
<!-- $Revision: 1.77 $ -->
|
||||
|
||||
<appendix xml:id="reserved" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>List of Reserved Words</title>
|
||||
|
@ -268,10 +268,10 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<link linkend="function.include">include</link>
|
||||
<function>include</function>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="function.include_once">include_once</link>
|
||||
<function>include_once</function>
|
||||
</entry>
|
||||
<entry>
|
||||
<function>isset</function>
|
||||
|
@ -280,22 +280,22 @@
|
|||
<function>list</function>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="function.require">require</link>
|
||||
<function>require</function>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<function>unset</function>
|
||||
<function>require_once</function>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="function.require_once">require_once</link>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="function.return">return</link>
|
||||
<function>return</function>
|
||||
</entry>
|
||||
<entry>
|
||||
<function>print</function>
|
||||
</entry>
|
||||
<entry>
|
||||
<function>unset</function>
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in a new issue