Annotation of embedaddon/php/ext/standard/tests/math/bug62112.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Bug #62112: number_format() is not binary safe
                      3: --FILE--
                      4: <?php
                      5: var_dump(number_format(2.5, 2, "\0", "'"));
                      6: --EXPECT--
                      7: string(4) "250"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>