philip          Sun Sep  5 13:50:11 2004 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  Added &return.void; for when no value is returned (for returnvalues refsect1)
  
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.122&r2=1.123&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.122 phpdoc/en/language-snippets.ent:1.123
--- phpdoc/en/language-snippets.ent:1.122       Thu Sep  2 18:26:04 2004
+++ phpdoc/en/language-snippets.ent     Sun Sep  5 13:50:11 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.122 $ -->
+<!-- $Revision: 1.123 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -152,6 +152,8 @@
 use.</simpara></note>'>
 
 <!ENTITY return.success 'Returns &true; on success or &false; on failure.'>
+
+<!ENTITY return.void 'No value is returned.'>
 
 <!ENTITY return.falseproblem '<warning><simpara>This function may
 return Boolean &false;, but may also return a non-Boolean value which

Reply via email to