/PHP-5.5/Zend/tests/ |
H A D | bug53748.phpt | 9 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 D | lsb_018.phpt | 10 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 D | bug68652.phpt | 8 public static function getInstance() { 16 Bar::getInstance(); 23 public static function getInstance() { 31 Foo::getInstance();
|
H A D | bug64720.phpt | 7 public static function getInstance() { 21 Stat::getInstance(); 34 Stat::getInstance();
|
H A D | bug32322.phpt | 18 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 D | generate-phpt.php | 69 $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 D | gtVariationTestCaseFunctionTest.php | 15 $vtc = gtVariationTestCase::getInstance($optSect); 33 $vtc = gtVariationTestCase::getInstance($optSect); 50 $vtc = gtVariationTestCase::getInstance($optSect);
|
H A D | gtBasicTestCaseFunctionTest.php | 16 $btc = gtBasicTestCase::getInstance($optSect);
|
H A D | gtErrorTestCaseFunctionTest.php | 17 $btc = gtErrorTestCase::getInstance($optSect);
|
H A D | gtVariationTestCaseMethodTest.php | 18 $vtc = gtVariationTestCase::getInstance($optSect, 'method');
|
H A D | gtBasicTestCaseMethodTest.php | 18 $btc = gtBasicTestCaseMethod::getInstance($optSect, 'method');
|
H A D | gtErrorTestCaseMethodTest.php | 21 $btc = gtErrorTestCase::getInstance($optSect,'method');
|
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/ |
H A D | gtVariationContainer.php | 28 public static function getInstance ($optionalSections, $type = 'function') { function in gtVariationContainer
|
H A D | gtBasicTestCase.php | 18 public static function getInstance($optionalSections, $type = 'function') { function in gtBasicTestCase
|
H A D | gtErrorTestCase.php | 19 public static function getInstance($optionalSections, $type = 'function') { function in gtErrorTestCase
|
H A D | gtVariationContainerFunction.php | 35 $testCase = gtVariationTestCase::getInstance($this->optionalSections);
|
H A D | gtVariationContainerMethod.php | 37 $testCase = gtVariationTestCase::getInstance($this->optionalSections, 'method');
|
H A D | gtVariationTestCase.php | 17 public static function getInstance($optionalSections, $type = 'function') { function in gtVariationTestCase
|
/PHP-5.5/scripts/dev/ |
H A D | generate-phpt.phar | 78 $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 …]
|