--TEST-- Test vsprintf() function : usage variations - hexa formats with hexa values --SKIPIF-- --FILE-- --EXPECT-- *** Testing vsprintf() : hexa formats with hexa values *** -- Iteration 1 -- unicode(1) "0" -- Iteration 2 -- unicode(21) "ffffffffffffffff 1 22" -- Iteration 3 -- unicode(36) "7fffffff x, 7000000 ffffffff80000000" -- Iteration 4 -- unicode(43) " ffffffffffed2979 0000" -- Iteration 5 -- unicode(30) "#1 2222 1b6db ffffffffbbbbbbbc" -- Iteration 6 -- unicode(12) "123b fab 0 a" -- Iteration 7 -- unicode(5) "%34 x" -- Iteration 8 -- unicode(7) "1 2 3 4" Done