mirror of
https://github.com/php/php-src.git
synced 2024-11-30 13:25:43 +08:00
fix test
This commit is contained in:
parent
45e6d1e333
commit
7e00a410b3
@ -1,7 +1,7 @@
|
||||
--TEST--
|
||||
Test vsprintf() function : usage variations - string formats with non-string values
|
||||
--INI--
|
||||
precision=12
|
||||
precision=14
|
||||
--FILE--
|
||||
<?php
|
||||
/* Prototype : string vsprintf(string format, array args)
|
||||
@ -74,10 +74,10 @@ echo "Done";
|
||||
*** Testing vsprintf() : string formats and non-string values ***
|
||||
|
||||
-- Iteration 1 --
|
||||
string(174) "2.2 0.2 10.2
|
||||
string(177) "2.2 0.2 10.2
|
||||
123456.234 s -1234.6789 1234.6789
|
||||
2000 2000 -400000000000 2200
|
||||
12345.78 12.0000000111 -12.0000011111 -123456.234
|
||||
12345.78 12.000000011111 -12.00000111111 -123456.234
|
||||
10.2 123456.234 2.2 0.2"
|
||||
|
||||
-- Iteration 2 --
|
||||
|
Loading…
Reference in New Issue
Block a user