#35703 [NEW]: when session_name("123") consist only digits, should warning

2005-12-16 Thread samuelkid at citiz dot net
From: samuelkid at citiz dot net Operating system: redhat 7.3 PHP version: 5.1.1 PHP Bug Type: Session related Bug description: when session_name("123") consist only digits, should warning Description: as php manual says: Session name can't co

#35702 [NEW]: print_r(NAN) return NaNQ(1) , but it should be NAN , right?

2005-12-16 Thread samuelkid at citiz dot net
From: samuelkid at citiz dot net Operating system: EBCDIC platform PHP version: 5.1.1 PHP Bug Type: Variables related Bug description: print_r(NAN) return NaNQ(1) , but it should be NAN , right? Description: print_r(NAN) return NaNQ(1) , but it should be NAN

#35701 [NEW]: is_int(-2147483638) return false

2005-12-15 Thread samuelkid at citiz dot net
From: samuelkid at citiz dot net Operating system: redhat 7.3 PHP version: 5.1.1 PHP Bug Type: Variables related Bug description: is_int(-2147483638) return false Description: is_int(-2147483648) return false, but it should be true, right? Reproduce code