File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / standard / tests / math / bug62112.phpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 01:32:08 2013 UTC (11 years, 1 month ago) by misho
CVS tags: MAIN, HEAD
Initial revision

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

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