georg Mon Jul 8 14:52:33 2002 EDT
Modified files:
/phpdoc/en/reference/strings/functions print.xml
Log:
print can't be used as a variable function
see also bug #16739
Index: phpdoc/en/reference/strings/functions/print.xml
diff -u phpdoc/en/reference/strings/functions/print.xml:1.2
phpdoc/en/reference/strings/functions/print.xml:1.3
--- phpdoc/en/reference/strings/functions/print.xml:1.2 Wed Apr 17 02:44:21 2002
+++ phpdoc/en/reference/strings/functions/print.xml Mon Jul 8 14:52:33 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.print">
<refnamediv>
@@ -18,9 +18,7 @@
<para>
<function>print</function> is not actually a real function (it is a
language construct) so you are not required to use parentheses
- with it. But <function>print</function>, opposed to
- <function>echo</function>, can be called using a
- <link linkend="functions.variable-functions">variable function</link>.
+ with it.
</para>
<example>
<title><function>print</function> examples</title>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php