#19883 [Com]: string concatenation bug

2002-10-13 Thread skaventruc
ID: 19883 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Strings related Operating System: Windows NT PHP Version: 4.2.0 New Comment: ok, ok, I understand, I also read carefully the docs, I know there

#19883 [Com]: string concatenation bug

2002-10-13 Thread skaventruc
ID: 19883 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Strings related Operating System: Windows NT PHP Version: 4.2.0 New Comment: Yes, of course, I was only thinking that the advantage of PHP over C

#19883 [Com]: string concatenation bug

2002-10-13 Thread skaventruc
ID: 19883 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Strings related Operating System: Windows NT PHP Version: 4.2.0 New Comment: and when you want to concatenate with dynamic calculated infos ?

#19883 [Com]: string concatenation bug

2002-10-13 Thread skaventruc
ID: 19883 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Strings related Operating System: Windows NT PHP Version: 4.2.0 New Comment: and also : $e = 0x7C.'km'; // is ok '124km' $e = 124.'km'; // par

#19883 [Com]: string concatenation bug

2002-10-13 Thread skaventruc
ID: 19883 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Strings related Operating System: Windows NT PHP Version: 4.2.0 New Comment: maybe you do not consider it as a bug but it is quite annoying when