From:             [EMAIL PROTECTED]
Operating system: sparc solaris 7
PHP version:      4.1.2
PHP Bug Type:     *General Issues
Bug description:  sum error

<?
        $bill_no=1;
        echo "bill_no=$bill_no";
        echo "<br>";
        $bill_no=10000000000+$bill_no %10000000000;
        echo "bill_no=$bill_no";
        echo "<br>";
?>
-- 
Edit bug report at http://bugs.php.net/?id=15926&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15926&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15926&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15926&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15926&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15926&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15926&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15926&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15926&r=submittedtwice

Reply via email to