ID:               15926
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         *General Issues
 Operating System: sparc solaris 7
 PHP Version:      4.1.2
 New Comment:

if in sparc solaris 7 ,apache 1.3.23and php4.1.2,run this program ,it
is display :


bill_no=1<br>bill_no=10000000000<br>

the bill_no isn`t add 1

but at x86 solaris 7 ,it is ok!


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

[2002-03-07 02:53:42] [EMAIL PROTECTED]

What is wrong with this?

It prints this for me:
bill_no=1<br>bill_no=10000000001<br>

Derick

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

[2002-03-07 02:49:01] [EMAIL PROTECTED]

<?
        $bill_no=1;
        echo "bill_no=$bill_no";
        echo "<br>";
        $bill_no=10000000000+$bill_no %10000000000;
        echo "bill_no=$bill_no";
        echo "<br>";
?>

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


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

Reply via email to