summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/bug29538.phpt
blob: 13065a4e1195273c0b76d783aabe8729fcb8d677 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #29538 (number_format and problem with 0)
--FILE--
<?php
    echo number_format(0.25, 2, '', ''), "\n";
    echo number_format(1234, 2, '', ',');
?>
--EXPECT--
025
1,23400