Home
last modified time | relevance | path

Searched refs:gtFunction (Results 1 – 9 of 9) sorted by relevance

/PHP-7.0/scripts/dev/generate-phpt/tests/
H A DgtFunctionTest.php11 $f = new gtFunction('cos');
19 $f = new gtFunction('version_compare');
31 $f = new gtFunction('version_compare');
40 $f = new gtFunction('version_compare');
49 $f = new gtFunction('version_compare');
60 $f = new gtFunction('version_compare');
H A DgtVariationTestCaseFunctionTest.php9 $f = new gtFunction('cos');
26 $f = new gtFunction('date_sunrise');
44 $f = new gtFunction('date_sunrise');
H A DgtBasicTestCaseFunctionTest.php10 $f = new gtFunction('cos');
H A DgtErrorTestCaseFunctionTest.php10 $f = new gtFunction('cos');
/PHP-7.0/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainerFunction.php18 * @param gtFunction $function
20 public function setFunction(gtFunction $function) {
H A DgtBasicTestCaseFunction.php17 * @param gtFunction $function
/PHP-7.0/scripts/dev/generate-phpt/src/
H A DgtFunction.php7 class gtFunction extends gtTestSubject { class
H A Dgenerate-phpt.php60 $function = new gtFunction($name);
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar7 ��:������������������generate-phpt.php5 ����J5 ���;�����������gtFunction.php�����J���e�Gh�…
69 $function = new gtFunction($name);
131 class gtFunction extends gtTestSubject {
204 'gtFunction' => 'gtFunction.php',
831 * Class for method under test (see gtFunction for non-OO tests)
1361 * The subject of the test, may be either a function (gtFunction) or a method (gtMethod)
1363 * @var gtMethod or gtFunction
1597 * @param gtFunction $function
1778 * @param gtFunction $function
1780 public function setFunction(gtFunction $function) {

Completed in 27 milliseconds