ID:               20516
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Won\'t fix
 Bug Type:         Feature/Change Request
 Operating System: Linux
 PHP Version:      4.2.3
 New Comment:

Why do you want that? PHP really doesn't need that, since we have the
dot as string concatenation operator. What's wrong with it?
"FOO" . /* weird comment if you like that */ "BAR"



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

[2002-11-20 07:30:13] [EMAIL PROTECTED]

Hi there,

I was wondering if it would be at all possible to get ANSI C / ISO
C99-style string literal concatenation added?

The PHP syntax already borrows so much from C that this seems to be a
worthy addition. It would also make it much easier for wrapping ugly
SQL for pretty source files.

String literal concatenation being:

$a =   "MY NAME IS "
"DAVE WILSON" /* some comment tokens
that get ignored */ "WAS HERE" // 2002
"2003";


Or, more useful:

"SELECT id,x,y,z FROM tbl " /* grab required cols */
"WHERE y = %d"  /* for our y coordinate. */

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


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

Reply via email to