#42872 [Fbk->Opn]: $a -= $b; is not equal to $a = $a - $b;

2007-10-05 Thread nasso dot k2 at gmail dot com
ID: 42872 User updated by: nasso dot k2 at gmail dot com Reported By: nasso dot k2 at gmail dot com -Status: Feedback +Status: Open Bug Type: Math related Operating System: Windows XP PHP Version: 5.2.4 New Comment: Problem vanished when

#42872 [NEW]: $a -= $b; is not equal to $a = $a - $b;

2007-10-05 Thread nasso dot k2 at gmail dot com
From: nasso dot k2 at gmail dot com Operating system: Windows XP PHP version: 5.2.4 PHP Bug Type: Unknown/Other Function Bug description: $a -= $b; is not equal to $a = $a - $b; Description: $large_num -= 100 is not equal to $large_num = $large_num - 100