1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00
Files
archived-php-src/ext/standard/tests/math/number_format_error.phpt
2008-02-06 09:51:19 +00:00

17 lines
379 B
PHP

--TEST--
Test number_format() - wrong params test number_format()
--FILE--
<?php
number_format();
number_format(23,2,true);
number_format(23,2,true,false,36);
?>
--EXPECTF--
Warning: Wrong parameter count for number_format() in %s on line 2
Warning: Wrong parameter count for number_format() in %s on line 3
Warning: Wrong parameter count for number_format() in %s on line 4