From:             flyruns at hotmail dot com
Operating system: windows 2000 advanced server
PHP version:      4.3.2
PHP Bug Type:     Unknown/Other Function
Bug description:  "%" operate

Description:
------------
When i use '%' operate when i account can't get my hope;

Reproduce code:
---------------
<?php
 echo  27%13;//  =1

 echo  27%13.5;// =1 (behove is 0)

 echo  27%13.9;// =1 (behove is 13.1)
?>

Expected result:
----------------
account right;


-- 
Edit bug report at http://bugs.php.net/?id=25087&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25087&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25087&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25087&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25087&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25087&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25087&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25087&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25087&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25087&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25087&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25087&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25087&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25087&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25087&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25087&r=gnused

Reply via email to