Re: [PHP-DEV] [RFC] Remove hex support in numeric strings

2015-01-05 Thread Mike Willbanks
On Sat, Jan 3, 2015 at 1:55 PM, Nikita Popov wrote: > Hi internals! > > I'd like to propose removing support for hexadecimal strings in the > is_numeric_string() function, in order to achieve consistency with ordinary > integer and float casts: > > https://wiki.php.net/rfc/remove_hex_support_

Re: [PHP-DEV] [RFC] Remove hex support in numeric strings

2015-01-03 Thread Pierre Joye
On Jan 4, 2015 2:56 AM, "Nikita Popov" wrote: > > Hi internals! > > I'd like to propose removing support for hexadecimal strings in the > is_numeric_string() function, in order to achieve consistency with ordinary > integer and float casts: > > https://wiki.php.net/rfc/remove_hex_support_in_nu

Re: [PHP-DEV] [RFC] Remove hex support in numeric strings

2015-01-03 Thread Stanislav Malyshev
Hi! > I'd like to propose removing support for hexadecimal strings in the > is_numeric_string() function, in order to achieve consistency with ordinary > integer and float casts: > > https://wiki.php.net/rfc/remove_hex_support_in_numeric_strings > > This change drops a WTF in our conversion

Re: [PHP-DEV] [RFC] Remove hex support in numeric strings

2015-01-03 Thread Sara Golemon
On Sat, Jan 3, 2015 at 11:55 AM, Nikita Popov wrote: > I'd like to propose removing support for hexadecimal strings in the > is_numeric_string() function, in order to achieve consistency with ordinary > integer and float casts: > > https://wiki.php.net/rfc/remove_hex_support_in_numeric_strings

[PHP-DEV] [RFC] Remove hex support in numeric strings

2015-01-03 Thread Nikita Popov
Hi internals! I'd like to propose removing support for hexadecimal strings in the is_numeric_string() function, in order to achieve consistency with ordinary integer and float casts: https://wiki.php.net/rfc/remove_hex_support_in_numeric_strings This change drops a WTF in our conversion sema