--TEST-- Test vfprintf() function : error conditions (various conditions) --CREDITS-- Felix De Vliegher --INI-- precision=14 --FILE-- getMessage(), "\n"; } var_dump( vfprintf( $fp, 'Foo %$c-0202Sd', array( 2 ) ) ); // Close handle fclose( $fp ); ?> ===DONE=== --CLEAN-- --EXPECTF-- -- Testing vfprintf() function with other strangeties -- vfprintf() expects parameter 1 to be resource, string given Warning: vfprintf(): Argument number must be greater than zero in %s on line %d bool(false) ===DONE===