--TEST-- Test sprintf() function : usage variations - scientific formats with resource values --FILE-- --EXPECTF-- *** Testing sprintf() : scientific formats with resource values *** -- Iteration 1 -- string(%d) "%f" string(1) "e" string(%d) "%f" string(1) "e" string(%d) " %f" string(%d) "%f " string(%d) " %f" string(%d) " %f" string(%d) "%f" string(%d) "%s%f" string(%d) "0-1]" string(1) "e" -- Iteration 2 -- string(%d) "%f" string(1) "e" string(%d) "%f" string(1) "e" string(%d) " %f" string(%d) "%f " string(%d) " %f" string(%d) " %f" string(%d) "%f" string(%d) "%s%f" string(%d) "0-1]" string(1) "e" Done --UEXPECTF-- *** Testing sprintf() : scientific formats with resource values *** -- Iteration 1 -- unicode(%d) "%f" unicode(1) "e" unicode(%d) "%f" unicode(1) "e" unicode(%d) " %f" unicode(%d) "%f " unicode(%d) " %f" unicode(%d) " %f" unicode(%d) "%f" unicode(%d) "%s%f" unicode(%d) "0-1]" unicode(1) "e" -- Iteration 2 -- unicode(%d) "%f" unicode(1) "e" unicode(%d) "%f" unicode(1) "e" unicode(%d) " %f" unicode(%d) "%f " unicode(%d) " %f" unicode(%d) " %f" unicode(%d) "%f" unicode(%d) "%s%f" unicode(%d) "0-1]" unicode(1) "e" Done