Re: [PHP-DEV] Re: number_format() = "-0.00"

2016-11-25 Thread Nikita Nefedov
> On 25 Nov 2016, at 21:07, David Rodrigues wrote: > > As reference, I'll put here what some languages does on this case: > > Java:-0.00 (http://ideone.com/NOxen1) > Python: -0.00 (http://ideone.com/llxGHA) > Ruby:-0.00 (http://ideone.com/j3KgMd) > C++14: -0.00 (http://ideone.

Re: [PHP-DEV] Re: number_format() = "-0.00"

2016-11-25 Thread David Rodrigues
As reference, I'll put here what some languages does on this case: Java:-0.00 (http://ideone.com/NOxen1) Python: -0.00 (http://ideone.com/llxGHA) Ruby:-0.00 (http://ideone.com/j3KgMd) C++14: -0.00 (http://ideone.com/P3WdoJ) Node.js: -0.00 (http://ideone.com/31gQgV - v0.12) C#