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 <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to