Function query_method_checks:
Defined in module m_complex_exit (file: /std/modules/m_complex_exit.c)

Return the evaluated checks on the given method.
If 1 is returned, the checks is successful, 0 - the checks is a failure and 
the parser will generate an error (maybe), else, a string should be returned
which is the error message received by the body.

Prototype:
mixed query_method_checks(string method);
