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
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
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