mirror of
https://github.com/php/php-src.git
synced 2024-12-14 12:26:19 +08:00
MFH
This commit is contained in:
parent
5e8eecb362
commit
5fc3e649b6
@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
sprintf #2
|
||||
sprintf %f #2
|
||||
--FILE--
|
||||
<?php
|
||||
var_dump(sprintf("%.3F", 100.426));
|
||||
|
@ -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--
|
||||
|
Loading…
Reference in New Issue
Block a user