[PHP-DEV] Bug #11537 Updated: We need an operator for prepending a string to a string. Something like =.

2001-06-21 Thread jonas

ID: 11537
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Feature/Change Request
Operating system: All
PHP Version: 4.0.5
Description: We need an operator for prepending a string to a string. Something like =.

What's wrong with:

$string = $string.$append;

Nothing, but still we have:

$string .= $append;

to make it easier for our selves...

Previous Comments:
---

[2001-06-18 23:02:35] [EMAIL PROTECTED]
What is wrong with:

$string = $prefix.$string;

Gavin

---

[2001-06-18 09:41:08] [EMAIL PROTECTED]
It's a feature-request, not a bug-report.

---


Full Bug description available at: http://bugs.php.net/?id=11537


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11537 Updated: We need an operator for prepending a string to a string. Something like =.

2001-06-19 Thread swm

ID: 11537
Updated by: swm
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Feature/Change Request
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

What is wrong with:

$string = $prefix.$string;

Gavin

Previous Comments:
---

[2001-06-18 09:41:08] [EMAIL PROTECTED]
It's a feature-request, not a bug-report.

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11537&edit=2


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]