--TEST-- HttpRequest accessors --SKIPIF-- --FILE-- 3 && substr($method, 0, 3) == 'get') $x = $r->$method(); else $x = $r->$method(null, null); } catch (HttpException $e) { } } echo "Done\n"; ?> --EXPECTF-- %sTEST Done