--TEST-- Test sscanf() function : basic functionality - string format --FILE-- ===DONE=== --EXPECT-- *** Testing sscanf() : basic functionality - using string format *** -- Try sccanf() WITHOUT optional args -- unicode(6) "Widget" unicode(7) "1234789" unicode(2) "25" -- Try sccanf() WITH optional args -- int(3) unicode(6) "Widget" unicode(7) "1234789" unicode(2) "25" ===DONE===