Bug #16036 Updated: in_array() with pow()

2002-03-13 Thread goodman888
ID: 16036 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Math Functions Operating System: Solaris PHP Version: 4.1.0 New Comment: Can anyone give me a "workable" version? I've tried even to convert a

Bug #16036: in_array() with pow()

2002-03-13 Thread goodman888
From: [EMAIL PROTECTED] Operating system: Solaris PHP version: 4.1.0 PHP Bug Type: *Math Functions Bug description: in_array() with pow() $a = pow(2,31); $b = array($a); var_dump( in_array(2147483648, $b)); $b = array(2147483648); var_dump( in_array(2147483648, $b)