This commit is contained in:
Antony Dovgal 2006-12-18 11:12:55 +00:00
parent 5e8eecb362
commit 5fc3e649b6
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--TEST--
sprintf #2
sprintf %f #2
--FILE--
<?php
var_dump(sprintf("%.3F", 100.426));

View File

@ -1,5 +1,5 @@
--TEST--
sprintf #2
sprintf %f #3
--SKIPIF--
<?php if(false == setlocale(LC_NUMERIC, "is_IS", "is_IS.UTF-8")) print "skip icelandic locale not supported"; ?>
--FILE--