[PHP-DOC] cvs: phpdoc /en language-snippets.ent From: Leszek Krupinski (leon <email protected>)
Date: 11/16/01

leszek Fri Nov 16 12:57:07 2001 EDT

  Modified files:
    /phpdoc/en language-snippets.ent
  Log:
  Corrected closing tag
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.9 phpdoc/en/language-snippets.ent:1.10
--- phpdoc/en/language-snippets.ent:1.9 Sun Nov 11 06:53:49 2001
+++ phpdoc/en/language-snippets.ent Fri Nov 16 12:57:06 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This module is <emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of these functions, these function names, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this module at your own risk.</simpara></warning>'>
 <!ENTITY warn.experimental.func '<warning><simpara>This function is <emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of this function, this function name, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this function at your own risk.</simpara></warning>'>
@@ -7,7 +7,7 @@
 
 <!ENTITY return.success 'Returns &true; on succes, &false; on failure.'>
 
-<!ENTITY return.falseproblem '<warning><simpara>This function may return &false;, but may also return a value evaluating to &false; in a simple if statement. Please use <link linkend="language.operators.comparison">the === operator</link> for testing the return value of this function.<simpara></warning>'>
+<!ENTITY return.falseproblem '<warning><simpara>This function may return &false;, but may also return a value evaluating to &false; in a simple if statement. Please use <link linkend="language.operators.comparison">the === operator</link> for testing the return value of this function.</simpara></warning>'>
 
 <!-- Various notes -->
 <!ENTITY note.not-bin-safe '<warning><simpara>This function is not (yet) binary safe!</simpara></warning>'>