1Usage:
2php generate-phpt.php  -f <function_name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:clean:done] [-k win|notwin|64b|not64b] [-x ext]
3
4Where:
5-f function_name ................. Name of PHP function, eg cos
6-c class name .....................Name of class, eg DOMDocument
7-m method name ....................Name of method, eg createAttribute
8-b ............................... Generate basic tests
9-e ............................... Generate error tests
10-v ............................... Generate variation tests
11-s sections....................... Create optional sections, colon separated list
12-k skipif key..................... Skipif option, only used if -s skipif is used.
13-x extension.......................Skipif option, specify extension to check for
14-h ............................... Print this message
15