--TEST-- Test get_headers() function : error conditions - wrong number of args --CREDITS-- June Henriksen #PHPTestFest2009 Norway 2009-06-09 \o/ --FILE-- --EXPECTF-- *** Testing get_headers() : error conditions *** -- Testing get_headers() function with Zero arguments -- Warning: get_headers() expects at least 1 parameter, 0 given in %s on line 12 NULL -- Testing get_headers() function with more than expected no. of arguments -- Warning: get_headers() expects at most 2 parameters, 3 given in %s on line 19 NULL Done