--TEST-- Test vsprintf() function : usage variations - unsigned formats with unsigned values --SKIPIF-- --FILE-- --EXPECT-- *** Testing vsprintf() : unsigned formats and unsigned values *** -- Iteration 1 -- unicode(16) "1234567 342391 0" -- Iteration 2 -- unicode(24) "12345678900 u 1234 12345" -- Iteration 3 -- unicode(34) " 1234000 9223372036854775807 120" -- Iteration 4 -- unicode(10) "#1 0 $0 10" -- Iteration 5 -- unicode(7) "1 2 3 4" Done