RE: [PHP] Different syntax = different performance (concatenating assignment)

2001-11-21 Thread Martin Towell
is the same sort of thing for strings in PHP. Martin -Original Message- From: George Whiffen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 11:39 PM To: [EMAIL PROTECTED] Subject: [PHP] Different syntax = different performance (concatenating assignment) Dear All, I h

[PHP] Different syntax = different performance (concatenating assignment)

2001-11-21 Thread George Whiffen
Dear All, I had always thought of concatenating assignment and concatenation + assignment to the same variable as really just syntatical variations i.e. I thought that $data = $data . ; and $data .= ; were just alternate syntaxes for the same operation. I've always tended to use the long f