Searched refs:gtCodeSnippet (Results 1 – 13 of 13) sorted by relevance
/PHP-5.4/scripts/dev/generate-phpt/src/testcase/ |
H A D | gtTestCase.php | 102 $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 D | gtVariationTestCase.php | 35 $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 D | gtErrorTestCaseFunction.php | 47 $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 D | gtBasicTestCaseFunction.php | 55 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase ); 58 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
|
H A D | gtBasicTestCaseMethod.php | 46 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase ); 48 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
|
H A D | gtErrorTestCaseMethod.php | 50 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase ); 54 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
|
H A D | gtVariationTestCaseFunction.php | 51 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase); 60 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
|
H A D | gtVariationTestCaseMethod.php | 54 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase); 62 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
|
H A D | gtBasicTestCase.php | 34 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
|
H A D | gtErrorTestCase.php | 49 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
|
/PHP-5.4/scripts/dev/generate-phpt/tests/ |
H A D | gtCodeSnippetTest.php | 11 $array = gtCodeSnippet::append('loopClose', $array);
|
/PHP-5.4/scripts/dev/ |
H A D | generate-phpt.phar | 8 …����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.4/scripts/dev/generate-phpt/src/ |
H A D | gtCodeSnippet.php | 7 class gtCodeSnippet class
|
Completed in 38 milliseconds