[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/strings/functions/_echo.xml?=
From:       Thomas_Punt <tpunt () php ! net>
Date:       2015-12-18 21:50:39
Message-ID: svn-tpunt-1450475439-338311-69488612 () svn ! php ! net
[Download RAW message or body]

tpunt                                    Fri, 18 Dec 2015 21:50:39 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=338311

Log:
Resolve doc bug #69013

Bug: https://bugs.php.net/69013 (Open) unclear/incomplete statement in echo documentation
      
Changed paths:
    U   phpdoc/en/trunk/reference/strings/functions/echo.xml

Modified: phpdoc/en/trunk/reference/strings/functions/echo.xml
===================================================================
--- phpdoc/en/trunk/reference/strings/functions/echo.xml	2015-12-18 21:31:17 UTC (rev 338310)
+++ phpdoc/en/trunk/reference/strings/functions/echo.xml	2015-12-18 21:50:39 UTC (rev 338311)
@@ -107,7 +107,8 @@
 echo $foo;          // foobar
 echo $foo,$bar;     // foobarbarbaz

-// Some people prefer passing multiple parameters to echo over concatenation.
+// Strings can either be passed individually as multiple arguments or
+// concatenated together and passed as a single argument
 echo 'This ', 'string ', 'was ', 'made ', 'with multiple parameters.', chr(10);
 echo 'This ' . 'string ' . 'was ' . 'made ' . 'with concatenation.' . "\n";




-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic