ID:          30008
 Updated by:  [EMAIL PROTECTED]
 Reported By: k at krisgale dot com
-Status:      Open
+Status:      Wont fix
-Bug Type:    Strings related
+Bug Type:    Feature/Change Request
 PHP Version: Irrelevant
 New Comment:

Not a bug, but a feature request. But something that won't be
implemented as it would be way to confusing (and PHP != Perl).


Previous Comments:
------------------------------------------------------------------------

[2004-09-07 12:34:46] k at krisgale dot com

Description:
------------
with regard to assignment operators...
there exists the string append operator .=
what would be very handy is a prepend operator =.
i.e.
$a = "a";
$b = "b";
$ab = $b;
$ab =. $a;
echo $ab; // "ab"



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30008&edit=1

Reply via email to