--TEST-- Test vsprintf() function : usage variations - char formats with char values --FILE-- --EXPECTF-- *** Testing vsprintf() : char formats with char values *** -- Iteration 1 -- string(1) "" -- Iteration 2 -- string(4) " C " -- Iteration 3 -- string(8) " c, ½ C" -- Iteration 4 -- string(7) "a Ÿ b b" -- Iteration 5 -- string(7) "a Ÿ b b" -- Iteration 6 -- string(7) "; « S " -- Iteration 7 -- string(4) "%. c" -- Iteration 8 -- string(7) "A B C D" Done --UEXPECTF-- *** Testing vsprintf() : char formats with char values *** -- Iteration 1 -- unicode(1) "" -- Iteration 2 -- unicode(4) " C " -- Iteration 3 -- unicode(8) " c, ï¾½ C" -- Iteration 4 -- unicode(7) "a ゚ b b" -- Iteration 5 -- unicode(7) "a ゚ b b" -- Iteration 6 -- unicode(7) "; ᆱ S " -- Iteration 7 -- unicode(4) "%. c" -- Iteration 8 -- unicode(7) "A B C D" Done