Fix #72865: describe difference to echo (with example ideally)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339895 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-08-17 13:51:52 +00:00
parent 917de19d61
commit 5acb71cfab
2 changed files with 8 additions and 0 deletions

View file

@ -39,6 +39,10 @@ I have <?=$foo?> foo.
</programlisting>
</informalexample>
</para>
<para>
The only difference to <literal>print</literal> is that
<literal>echo</literal> accepts an argument list.
</para>
</refsect1>
<refsect1 role="parameters">

View file

@ -20,6 +20,10 @@
language construct) so you are not required to use parentheses
with its argument list.
</para>
<para>
The only difference to <literal>echo</literal> is that
<literal>print</literal> only accepts a single argument.
</para>
</refsect1>
<refsect1 role="parameters">