This commit is contained in:
Jani Taskinen 2008-02-07 13:44:50 +00:00
parent 45e6d1e333
commit 7e00a410b3

View File

@ -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 --