Home
last modified time | relevance | path

Searched refs:appendBlankLines (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/scripts/dev/generate-phpt/src/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 DgtVariationTestCase.php35 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
40 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
51 $this->testCase = gtCodeSnippet::appendBlankLines(1, $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 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 );
H A DgtBasicTestCase.php34 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
H A DgtErrorTestCase.php49 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php62 public static function appendBlankLines($numberOfLines, $array) { function in gtCodeSnippet
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar342 public static function appendBlankLines($numberOfLines, $array) {
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 );
1638 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
1688 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
1692 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
1694 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
1852 $this->testCase = gtCodeSnippet::appendBlankLines(1, $this->testCase );
[all …]

Completed in 26 milliseconds