$form = stdClass Object (
[fields] => array (
[#type] => [fieldset]
[#title] => [This is a test form]
[field_one] => array (
[#title] => [Field One]
[#type] => [textfield]
[#size] => [10]
[] => []
)
[field_two] => array (
[#title] => [Last Field]
[#type] => [textfield]
[#size] => [10]
[] => []
)
[field_three] => array (
[#title] => [Field Three]
[#type] => [textfield]
[#size] => [10]
)
)
[#parameters] => array (
[0] => [drupalforfirebug_test_form]
)
[#type] => [form]
[#post] => []
[#programmed] => []
[form_id] => array (
[#type] => [hidden]
[#value] => [drupalforfirebug_test_form]
[#id] => [edit-drupalforfirebug-test-form]
)
[#id] => [drupalforfirebug-test-form]
[#description] => []
[#attributes] => []
[#required] => []
[#tree] => []
[#parents] => []
[#method] => [post]
[#action] => [/tests/forms]
);