--TEST--
Bug #62112: number_format() is not binary safe
--FILE--
<?php
var_dump
(number_format(2.52"\0""'"));
--
EXPECT--
string(4"250"