summaryrefslogtreecommitdiff
path: root/scripts/dev/generate-phpt/src/texts/help.txt
blob: cfc3b626e5dc49b1103d3a1c8be9f884a5c95c4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Usage:
php 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]

Where:
-f function_name ................. Name of PHP function, eg cos
-c class name .....................Name of class, eg DOMDocument
-m method name ....................Name of method, eg createAttribute
-b ............................... Generate basic tests
-e ............................... Generate error tests
-v ............................... Generate variation tests
-s sections....................... Create optional sections, colon separated list
-k skipif key..................... Skipif option, only used if -s skipif is used.
-x extension.......................Skipif option, specify extension to check for
-h ............................... Print this message