--TEST-- Test sscanf() function : basic functionality - char format --FILE-- ===DONE=== --EXPECT-- *** Testing sscanf() : basic functionality - using char format *** -- Try sccanf() WITHOUT optional args -- unicode(1) "X" unicode(1) "A" unicode(1) "B" unicode(1) "C" -- Try sccanf() WITH optional args -- int(4) unicode(1) "X" unicode(1) "A" unicode(1) "B" unicode(1) "C" ===DONE===