colder Fri Mar 9 23:23:18 2007 UTC
Modified files:
/phpdoc/en/reference/misc/functions eval.xml exit.xml
Log:
Document language constructs using the entity
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/misc/functions/eval.xml?r1=1.19&r2=1.20&diff_format=u
Index: phpdoc/en/reference/misc/functions/eval.xml
diff -u phpdoc/en/reference/misc/functions/eval.xml:1.19
phpdoc/en/reference/misc/functions/eval.xml:1.20
--- phpdoc/en/reference/misc/functions/eval.xml:1.19 Sun Feb 25 01:51:37 2007
+++ phpdoc/en/reference/misc/functions/eval.xml Fri Mar 9 23:23:18 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<refentry id="function.eval">
<refnamediv>
<refname>eval</refname>
@@ -97,6 +97,9 @@
<refsect1 role="notes">
&reftitle.notes;
+
+ ¬e.language-construct;
+
&tip.ob-capture;
<note>
<para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/misc/functions/exit.xml?r1=1.13&r2=1.14&diff_format=u
Index: phpdoc/en/reference/misc/functions/exit.xml
diff -u phpdoc/en/reference/misc/functions/exit.xml:1.13
phpdoc/en/reference/misc/functions/exit.xml:1.14
--- phpdoc/en/reference/misc/functions/exit.xml:1.13 Mon Feb 19 00:03:13 2007
+++ phpdoc/en/reference/misc/functions/exit.xml Fri Mar 9 23:23:18 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<refentry id="function.exit">
<refnamediv>
<refname>exit</refname>
@@ -101,11 +101,9 @@
<refsect1 role="notes">
&reftitle.notes;
- <note>
- <para>
- This is not a real function, but a language construct.
- </para>
- </note>
+
+ ¬e.language-construct;
+
<note>
<para>
This language construct is equivalent to <function>die</function>.