ID: 15926
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Feedback
Bug Type: *General Issues
Operating System: sparc solaris 7
PHP Version: 4.1.2
New Comment:
What is wrong with this?
It prints this for me:
bill_no=1<br>bill_no=10000000001<br>
Derick
Previous Comments:
------------------------------------------------------------------------
[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