From: [EMAIL PROTECTED]
Operating system: linux
PHP version: 4.0.6
PHP Bug Type: Variables related
Bug description: A bug about integer operation "/"
Here is a short test program :
",$total,gettype($total));
$each=10;
printf ("each %d type %s",$each,gettype($each));
ID: 14244
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Variables related
Operating System: linux
PHP Version: 4.0.6
New Comment:
Bug Database <[EMAIL PROTECTED]>
Did you see my program?,and dir you run them?
obviously, the two operands are ***inte
ID: 14244
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Variables related
Operating System: linux
PHP Version: 4.0.6
New Comment:
Ignoring my bug report ***
It is my wrong.
Previous Comments:
--