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

 ID:               51440
 Comment by:       php at guerrillamailblock dot com
 Reported by:      datamine dot maramirezc at gmail dot com
 Summary:          request extend echo print sentences
 Status:           Wont fix
 Type:             Feature/Change Request
 Package:          Output Control
 Operating System: any
 PHP Version:      Irrelevant

 New Comment:

No, this is not Pascal, this is PHP. So what?


Previous Comments:
------------------------------------------------------------------------
[2010-03-30 21:41:08] f...@php.net

This is not Pascal.

------------------------------------------------------------------------
[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

Reply via email to