bjori Tue Feb 6 19:25:05 2007 UTC
Modified files:
/phpdoc/en/appendices tokens.xml
Log:
Bad idea trying to link to require/_once
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/tokens.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.24
phpdoc/en/appendices/tokens.xml:1.25
--- phpdoc/en/appendices/tokens.xml:1.24 Tue Feb 6 19:11:54 2007
+++ phpdoc/en/appendices/tokens.xml Tue Feb 6 19:25:05 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
<appendix id="tokens">
<title>List of Parser Tokens</title>
@@ -546,12 +546,12 @@
<row>
<entry>T_REQUIRE</entry>
<entry>require()</entry>
- <entry><function linkend="function.require">require</function></entry>
+ <entry><function>require</function></entry>
</row>
<row>
<entry>T_REQUIRE_ONCE</entry>
<entry>require_once()</entry>
- <entry><function
linkend="function.require_once">require_once</function></entry>
+ <entry><function>require_once</function></entry>
</row>
<row>
<entry>T_RETURN</entry>