--TEST-- Test vfprintf() function : error conditions (wrong argument types) --CREDITS-- Felix De Vliegher --INI-- precision=14 --FILE-- ===DONE=== --CLEAN-- --EXPECTF-- -- Testing vfprintf() function with wrong variable types as argument -- Notice: Array to string conversion in %s on line %d int(5) string(5) "Array" int(9) string(9) "Foo fake" ===DONE===