Hi Tyson,
I was taught in school that trailing zeros and the decimal point can be
omitted when writing a number. It reads much better when you don't have to
see all the zeroes following the decimal point. When humans write a number
that has no digits after the decimal point they don't write the de
> Le 17 janv. 2021 à 16:58, tyson andre a écrit :
>
> Hi internals,
>
> Currently, print_r() will print ints and floats in exactly the same way,
> despite the fact that they are different types
> and floats may cause a TypeError (or be treated differently from integers,
> e.g. avro encoding
Hi internals,
Currently, print_r() will print ints and floats in exactly the same way,
despite the fact that they are different types
and floats may cause a TypeError (or be treated differently from integers, e.g.
avro encoding) when used where an integer is expected.
This is not documented in h