--TEST-- Test sprintf() function : basic functionality - string format --FILE-- --EXPECTF-- *** Testing sprintf() : basic functionality - using string format *** string(6) "format" string(13) "arg1 argument" string(27) "arg1 argument arg2 argument" string(41) "arg1 argument arg2 argument arg3 argument" Done --UEXPECTF-- *** Testing sprintf() : basic functionality - using string format *** unicode(6) "format" unicode(13) "arg1 argument" unicode(27) "arg1 argument arg2 argument" unicode(41) "arg1 argument arg2 argument arg3 argument" Done