Home
last modified time | relevance | path

Searched refs:getInstance (Results 1 – 16 of 16) sorted by relevance

/PHP-5.3/Zend/tests/
H A Dlsb_018.phpt10 static final public function getInstance()
38 $u = Foo::getInstance();
39 $v = Bar::getInstance();
40 $w = Baz::getInstance();
46 $x = Foo::getInstance();
47 $y = Bar::getInstance();
48 $z = Baz::getInstance();
H A Dbug32322.phpt18 static public function getInstance()
52 $getCopyofSingleton = test::getInstance();
54 $getCopyofSingleton = &test::getInstance();
56 $getCopyofSingleton = test::getInstance();
/PHP-5.3/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php69 $testCase = gtBasicTestCase::getInstance($optionalSections, 'method');
72 $testCase = gtBasicTestCase::getInstance($optionalSections);
82 $testCase = gtErrorTestCase::getInstance($optionalSections, 'method');
85 $testCase = gtErrorTestCase::getInstance($optionalSections);
97 $testCaseContainer = gtVariationContainer::getInstance($optionalSections, 'method');
100 $testCaseContainer = gtVariationContainer::getInstance ($optionalSections);
/PHP-5.3/scripts/dev/generate-phpt/tests/
H A DgtVariationTestCaseFunctionTest.php15 $vtc = gtVariationTestCase::getInstance($optSect);
33 $vtc = gtVariationTestCase::getInstance($optSect);
50 $vtc = gtVariationTestCase::getInstance($optSect);
H A DgtBasicTestCaseFunctionTest.php16 $btc = gtBasicTestCase::getInstance($optSect);
H A DgtErrorTestCaseFunctionTest.php17 $btc = gtErrorTestCase::getInstance($optSect);
H A DgtVariationTestCaseMethodTest.php18 $vtc = gtVariationTestCase::getInstance($optSect, 'method');
H A DgtBasicTestCaseMethodTest.php18 $btc = gtBasicTestCaseMethod::getInstance($optSect, 'method');
H A DgtErrorTestCaseMethodTest.php21 $btc = gtErrorTestCase::getInstance($optSect,'method');
/PHP-5.3/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainer.php28 public static function getInstance ($optionalSections, $type = 'function') { function in gtVariationContainer
H A DgtBasicTestCase.php18 public static function getInstance($optionalSections, $type = 'function') { function in gtBasicTestCase
H A DgtErrorTestCase.php19 public static function getInstance($optionalSections, $type = 'function') { function in gtErrorTestCase
H A DgtVariationContainerFunction.php35 $testCase = gtVariationTestCase::getInstance($this->optionalSections);
H A DgtVariationContainerMethod.php37 $testCase = gtVariationTestCase::getInstance($this->optionalSections, 'method');
H A DgtVariationTestCase.php17 public static function getInstance($optionalSections, $type = 'function') { function in gtVariationTestCase
/PHP-5.3/scripts/dev/
H A Dgenerate-phpt.phar78 $testCase = gtBasicTestCase::getInstance($optionalSections, 'method');
81 $testCase = gtBasicTestCase::getInstance($optionalSections);
91 $testCase = gtErrorTestCase::getInstance($optionalSections, 'method');
94 $testCase = gtErrorTestCase::getInstance($optionalSections);
106 $testCaseContainer = gtVariationContainer::getInstance($optionalSections, 'method');
109 $testCaseContainer = gtVariationContainer::getInstance ($optionalSections);
1318 public static function getInstance($optionalSections, $type = 'function') {
1795 $testCase = gtVariationTestCase::getInstance($this->optionalSections);
1878 public static function getInstance($optionalSections, $type = 'function') {
1924 public static function getInstance ($optionalSections, $type = 'function') {
[all …]

Completed in 47 milliseconds