[PHP-DEV] Bug #11902: Defined constants carry over to next script call

2001-07-05 Thread d . peereboom-voller
From: [EMAIL PROTECTED] Operating system: SunOS oradev 5.7 Generic_106541-07 sun4u sparc SUNW,UltraSPARC-IIi-Engine PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: Defined constants carry over to next script call if(defined(LINK_ID))

[PHP-DEV] Bug #10727: print((2.3 * 100 % 100) . br\n); does not print 30 but 29

2001-05-08 Thread d . peereboom-voller
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Math related Bug description: print((2.3 * 100 % 100) . lt;brgt;\n); does not print 30 but 29 print((2.3 * 100 % 100) . br\n); This generated 29 while print((230 % 100) . br\n); writes 30