sean Thu Mar 9 03:08:37 2006 UTC
Modified files:
/phpdoc/en language-snippets.ent
Log:
<\!-- Keep 'em sorted -->
http://cvs.php.net/viewcvs.cgi/phpdoc/en/language-snippets.ent?r1=1.162&r2=1.163&diff_format=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.162
phpdoc/en/language-snippets.ent:1.163
--- phpdoc/en/language-snippets.ent:1.162 Thu Mar 9 03:07:13 2006
+++ phpdoc/en/language-snippets.ent Thu Mar 9 03:08:37 2006
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.162 $ -->
+<!-- $Revision: 1.163 $ -->
<!-- Keep 'em sorted -->
@@ -24,6 +24,11 @@
array containing an object reference and a method name can also be
supplied.</simpara></note>'>
+<!ENTITY note.funcnoparam '<note><para>Because this function depends on the
+current scope to determine parameter details, it cannot be used as a
+function parameter. If you must pass this value, assign the results to a
+variable, and pass the variable.</para></note>'>
+
<!ENTITY note.line-endings '<note><simpara>If you are having problems
with PHP not recognizing the line endings when reading files either on or
created by a Macintosh computer, you might want to enable the
@@ -69,11 +74,6 @@
<!ENTITY note.uses-ob '<note><para>This function uses
<link linkend="ref.outcontrol">Output Buffering</link>.</para></note>'>
-<!ENTITY note.funcnoparam '<note><para>Because this function depends on the
-current scope to determine parameter details, it cannot be used as a
-function parameter. If you must pass this value, assign the results to a
-variable, and pass the variable.</para></note>'>
-
<!-- Tips -->
<!ENTITY tip.fopen-wrapper '<tip><simpara>You can use a URL as a