[PHP-DEV] Bug #10437 Updated: casting is not consistent

2001-08-12 Thread zeev
ID: 10437 Updated by: zeev Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Scripting Engine problem Operating System: win2k PHP Version: 4.0.4pl1 New Comment: Fixed in the CVS (will be a part of 4.0.7). Thanks for the bug report! Previous Comments:

[PHP-DEV] Bug #10437 Updated: casting is not consistent

2001-05-19 Thread jeroen
ID: 10437 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Strings related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Strange indeed. There are explicit casts (either to double or to int) and implicit casts. You can view

[PHP-DEV] Bug #10437 Updated: casting is not consistent

2001-05-19 Thread jeroen
ID: 10437 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Strings related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: From line 117 of zend_operators.c it says: If the string is nor an exact double, nor an exact long, do strtol on it. There