/PHP-7.2/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() { 32 Foo::getInstance();
|
H A D | bug64720.phpt | 7 public static function getInstance() { 21 Stat::getInstance(); 34 Stat::getInstance();
|
H A D | bug74862.phpt | 17 public static function getInstance() 35 $d = c::getInstance();
|
H A D | bug32322.phpt | 18 static public function getInstance() 52 $getCopyofSingleton = test::getInstance(); 54 $getCopyofSingleton = &test::getInstance(); 56 $getCopyofSingleton = test::getInstance();
|
H A D | bug74862_2.phpt | 20 public static function getInstance() 38 $d = c::getInstance();
|
/PHP-7.2/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-7.2/Zend/tests/return_types/ |
H A D | 021.phpt | 6 public static function getInstance() : self { 13 var_dump(Foo::getInstance()); 14 var_dump(Bar::getInstance());
|
/PHP-7.2/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 | gtErrorTestCaseFunctionTest.php | 17 $btc = gtErrorTestCase::getInstance($optSect);
|
H A D | gtBasicTestCaseFunctionTest.php | 16 $btc = gtBasicTestCase::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-7.2/ext/openssl/tests/ |
H A D | ServerClientTestCase.inc | 9 ServerClientTestCase::getInstance()->notify($worker); 14 ServerClientTestCase::getInstance()->wait($worker, $timeout); 45 public static function getInstance($isWorker = false) 163 ServerClientTestCase::getInstance(true)->runWorker();
|
H A D | bug68879.phpt | 39 ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
|
H A D | bug76705.phpt | 40 ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
|
/PHP-7.2/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 | 16 public static function getInstance($optionalSections, $type = 'function') { function in gtVariationTestCase
|
/PHP-7.2/ext/standard/tests/streams/ |
H A D | stream_context_tcp_nodelay_server.phpt | 43 ServerClientTestCase::getInstance()->run($serverCode, $clientCode);
|