Date: 06/21/01
- Next message: Daniel Beulshausen: "Re: [PHP-DEV] Bug #11558 Updated: Sybase-CT functions not found."
- Previous message: Zeev Suraski: "Re: [PHP-DEV] php -l still broke (bug #10348)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 11537
User Update by: jonas <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] swm <email protected>
What is wrong with:
$string = $prefix.$string;
Gavin
---------------------------------------------------------------------------
[2001-06-18 09:41:08] jonas <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Daniel Beulshausen: "Re: [PHP-DEV] Bug #11558 Updated: Sybase-CT functions not found."
- Previous message: Zeev Suraski: "Re: [PHP-DEV] php -l still broke (bug #10348)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

