Bug->Req #51440 [Opn->Wfx]: request extend echo print sentences

[email protected] Tue, 30 Mar 2010 21:41:08 +0200 (CEST)
Newsgroups php.bugs
Message-ID <[email protected]>
Edit report at http://bugs.php.net/bug.php?id=51440&edit=1

 ID:               51440
 Updated by:       [email protected]
 Reported by:      datamine dot maramirezc at gmail dot com
 Summary:          request extend echo print sentences
-Status:           Open
+Status:           Wont fix
-Type:             Bug
+Type:             Feature/Change Request
 Package:          Output Control
 Operating System: any
 PHP Version:      Irrelevant

 New Comment:

This is not Pascal.


Previous Comments:
------------------------------------------------------------------------
[2010-03-30 19:55:31] datamine dot maramirezc at gmail dot com

Description:
------------
This is a request. 
Please, add <i>println</i> and <i>echoln</i> sentences.

Instead of writing this <b>several times</b>:

<pre>
print "whatever\n";
echo "whatever\n";
</pre>

We could use a more compact:

<pre>
println "whatever";
echoln "whatever";
</pre>


It's useful when the program outputs a single string for a H.T.M.L.
single line.
This way, it's easier to debug the H.T.M.L. code generated.

Thanks.




------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=51440&edit=1