php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #2458 Added functionality for echo()
Submitted: 1999-10-06 20:35 UTC Modified: 1999-10-31 09:31 UTC
From: dkreft at amazon dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 3.0 Latest CVS (06/10/1999) OS: universal
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dkreft at amazon dot com
New email:
PHP Version: OS:

 

 [1999-10-06 20:35 UTC] dkreft at amazon dot com
'Twould be nice to have perl-like behavior for echo (like perl's print()) statement.

In perl, if I wanted to produce a line of 80 dashes (for example, in an e-mail message), I could type:

print "-" x 80, "\n";

Currently there is no way to do this in PHP (as far as I can see). Any chance we can get this added? :-)

Thanks.

Dan Kreft
Software Development Engineer
LiveBid Auctions
amazon.com

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-10-31 09:31 UTC] rasmus at cvs dot php dot net
See printf()
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC