--TEST-- Test parse_ini_file() function : error conditions --FILE-- --EXPECTF-- *** Testing parse_ini_file() : error conditions *** -- Testing parse_ini_file() function with more than expected no. of arguments -- Warning: parse_ini_file(%s): Failed to open stream: No such file or directory in %s on line %d bool(false) -- Testing parse_ini_file() function with a non-existent file -- Warning: parse_ini_file(%s): Failed to open stream: No such file or directory in %s on line %d bool(false) Done