List Info

Thread: note 74554 added to language.operators.assignment




note 74554 added to language.operators.assignment
user name
2007-04-17 05:34:14
imho there's something really missing here.
why should it be possible to append values to a string, but
not prepend it?

<?php
$foo = 'hello';
$foo .= ' world';

// Parse error: syntax error, unexpected '.' ....
$bar = 'world';
$bar =. 'hello ';
?>
----
Server IP: 194.109.193.76
Probable Submitter: 62.41.116.226
----
Manual Page -- http://www.php.net/manual/en/language.operators.as
signment.php
Edit        -- https://master
.php.net/note/edit/74554
Del: integrated  -- h
ttps://master.php.net/note/delete/74554/integrated
Del: useless     -- http
s://master.php.net/note/delete/74554/useless
Del: bad code    -- htt
ps://master.php.net/note/delete/74554/bad+code
Del: spam        -- https:/
/master.php.net/note/delete/74554/spam
Del: non-english -- 
https://master.php.net/note/delete/74554/non-english
Del: in docs     -- http
s://master.php.net/note/delete/74554/in+docs
Del: other reasons-- https://mast
er.php.net/note/delete/74554
Reject      -- https://mast
er.php.net/note/reject/74554
Search      -- https://
master.php.net/manage/user-notes.php

-- 
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php


[1]

about | contact  Other archives ( Real Estate discussion Medical topics )