--TEST-- Test vprintf() function : usage variations - char formats with char values --FILE-- ===DONE=== --EXPECTF-- *** Testing vprintf() : char formats with char values *** -- Iteration 1 -- %c int(1) -- Iteration 2 -- %c C int(4) -- Iteration 3 -- %c c, %s C int(10) -- Iteration 4 -- a %s b b int(9) -- Iteration 5 -- a %s b b int(9) -- Iteration 6 -- ; %s S int(9) -- Iteration 7 -- %. c int(4) -- Iteration 8 -- A B C D int(7) ===DONE===