--TEST-- Test sscanf() function : basic functionality - float format --FILE-- ===DONE=== --EXPECT-- *** Testing sscanf() : basic functionality -- using float format *** -- Try sccanf() WITHOUT optional args -- string(6) "Widget" float(111.53) float(22.345) float(12.4) -- Try sccanf() WITH optional args -- int(4) string(6) "Widget" float(111.53) float(22.345) float(12.4) ===DONE===