--TEST-- Test vsprintf() function : basic functionality - string format --FILE-- --EXPECTF-- *** Testing vsprintf() : basic functionality - using string format *** string(3) "one" string(7) "one two" string(13) "one two three" Done --UEXPECTF-- *** Testing vsprintf() : basic functionality - using string format *** unicode(3) "one" unicode(7) "one two" unicode(13) "one two three" Done