ID:               40878
 User updated by:  schmidt at ds-designs dot de
 Reported By:      schmidt at ds-designs dot de
 Status:           Open
 Bug Type:         Math related
 Operating System: Windows, Linux
-PHP Version:      4.4.5
+PHP Version:      4.4.6
 New Comment:

Sorry, wrong PHP Version


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

[2007-03-21 09:09:33] schmidt at ds-designs dot de

Description:
------------
995 % 100 returns 94...
Why?

Reproduce code:
---------------
<?php
  $val = 995 % 100;
  print($val);
?>

Expected result:
----------------
95

Actual result:
--------------
94


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


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

Reply via email to