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

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