Home
last modified time | relevance | path

Searched refs:gtCodeSnippet (Results 1 – 13 of 13) sorted by relevance

/PHP-5.6/scripts/dev/generate-phpt/src/testcase/
H A DgtTestCase.php102 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
125 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
138 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
162 $this->testCase = gtCodeSnippet::append('skipifwin', $this->testCase);
165 $this->testCase = gtCodeSnippet::append('skipifnotwin', $this->testCase);
169 $this->testCase = gtCodeSnippet::append('skipif64b', $this->testCase);
173 $this->testCase = gtCodeSnippet::append('skipifnot64b', $this->testCase);
H A DgtVariationTestCase.php35 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
39 $this->testCase = gtCodeSnippet::append($this->variationData, $this->testCase);
40 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
51 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
H A DgtErrorTestCaseFunction.php47 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
51 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
53 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
H A DgtBasicTestCaseFunction.php55 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
58 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
H A DgtBasicTestCaseMethod.php46 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
48 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
H A DgtErrorTestCaseMethod.php50 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
54 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
H A DgtVariationTestCaseFunction.php51 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase);
60 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
H A DgtVariationTestCaseMethod.php54 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase);
62 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
H A DgtBasicTestCase.php34 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
H A DgtErrorTestCase.php49 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
/PHP-5.6/scripts/dev/generate-phpt/tests/
H A DgtCodeSnippetTest.php11 $array = gtCodeSnippet::append('loopClose', $array);
/PHP-5.6/scripts/dev/
H A Dgenerate-phpt.phar8 …���������������texts/unknownFunction.txtr�����Jr���ș����������gtCodeSnippet.phpq����Jq�…
202 'gtCodeSnippet' => 'gtCodeSnippet.php',
287 class gtCodeSnippet
1348 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
1453 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
1476 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
1489 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
1748 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase);
1757 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
2057 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase);
[all …]
/PHP-5.6/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php7 class gtCodeSnippet class

Completed in 27 milliseconds