Return to bug62112.phpt CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / standard / tests / math |
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) "2 50"