eschmid Tue May 15 15:20:12 2001 EDT
Modified files:
/phpdoc/en/language functions.xml
Log:
Should fix two off ten errors,
Index: phpdoc/en/language/functions.xml
diff -u phpdoc/en/language/functions.xml:1.10 phpdoc/en/language/functions.xml:1.11
--- phpdoc/en/language/functions.xml:1.10 Mon May 14 09:52:41 2001
+++ phpdoc/en/language/functions.xml Tue May 15 15:20:12 2001
@@ -309,10 +309,11 @@
be used to implement callbacks, function tables, and so forth.
</para>
<para>
- Variable functions won't work with language constructs such as
- <function>echo</function>, <function>unset</function>, <function>isset</function>
- and </function>empty</function>. This is one of the major differences between
- PHP functions and langage constructs.
+ Variable functions won't work with language constructs such as
+ <function>echo</function>, <function>unset</function>,
+ <function>isset</function> and <function>empty</function>. This is
+ one of the major differences between PHP functions and langage
+ constructs.
</para>
<para>
<example>