mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
- Fix the expectations. Tests still fails because of something else.
This commit is contained in:
parent
7769fda15c
commit
02b13cdd8a
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
--TEST--
|
||||
Test vsprintf() function : usage variations - string formats with non-string values
|
||||
--INI--
|
||||
precision=12
|
||||
--FILE--
|
||||
<?php
|
||||
/* Prototype : string vsprintf(string format, array args)
|
||||
|
@ -72,10 +74,10 @@ echo "Done";
|
|||
*** Testing vsprintf() : string formats and non-string values ***
|
||||
|
||||
-- Iteration 1 --
|
||||
string(177) "2.2 0.2 10.2
|
||||
string(174) "2.2 0.2 10.2
|
||||
123456.234 s -1234.6789 1234.6789
|
||||
2000 2000 -400000000000 2200
|
||||
12345.78 12.000000011111 -12.00000111111 -123456.234
|
||||
12345.78 12.0000000111 -12.0000011111 -123456.234
|
||||
10.2 123456.234 2.2 0.2"
|
||||
|
||||
-- Iteration 2 --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue