mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
917de19d61
commit
5acb71cfab
2 changed files with 8 additions and 0 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue