Home
last modified time | relevance | path

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

/PHP-5.5/Zend/tests/
H A Dbug53748.phpt9 public static function getInstance($config) {
26 $o= myHelloWorld::getInstance(1);
27 $o= myHelloWorld::getInstance(1);
28 $o= myHelloWorld::getInstance(2);
29 $o= myHelloWorld::getInstance(array(1=>2));
30 $o= myHelloWorld::getInstance(array(1=>2));
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 Dbug68652.phpt8 public static function getInstance() {
16 Bar::getInstance();
23 public static function getInstance() {
31 Foo::getInstance();
H A Dbug64720.phpt7 public static function getInstance() {
21 Stat::getInstance();
34 Stat::getInstance();
H A Dbug32322.phpt18 static public function getInstance()
52 $getCopyofSingleton = test::getInstance();
54 $getCopyofSingleton = &test::getInstance();
56 $getCopyofSingleton = test::getInstance();
/PHP-5.5/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.5/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.5/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.5/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 39 milliseconds