Home
last modified time | relevance | path

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

123

/PHP-7.1/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() {
32 Foo::getInstance();
42 #0 %s(%d): Bar::getInstance()
H A Dbug64720.phpt7 public static function getInstance() {
21 Stat::getInstance();
34 Stat::getInstance();
H A Dbug74862.phpt17 public static function getInstance()
35 $d = c::getInstance();
H A Dbug32322.phpt18 static public function getInstance()
52 $getCopyofSingleton = test::getInstance();
54 $getCopyofSingleton = &test::getInstance();
56 $getCopyofSingleton = test::getInstance();
H A Dbug74862_2.phpt20 public static function getInstance()
38 $d = c::getInstance();
/PHP-7.1/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-7.1/Zend/tests/return_types/
H A D021.phpt6 public static function getInstance() : self {
13 var_dump(Foo::getInstance());
14 var_dump(Bar::getInstance());
/PHP-7.1/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-7.1/ext/openssl/tests/
H A DServerClientTestCase.inc7 ServerClientTestCase::getInstance()->notify();
12 ServerClientTestCase::getInstance()->wait();
31 public static function getInstance($isWorker = false)
112 ServerClientTestCase::getInstance(true)->runWorker();
H A Dbug46127.phpt40 ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
H A Dbug68879.phpt39 ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
/PHP-7.1/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.php16 public static function getInstance($optionalSections, $type = 'function') { function in gtVariationTestCase
/PHP-7.1/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_server.phpt43 ServerClientTestCase::getInstance()->run($serverCode, $clientCode);

Completed in 76 milliseconds

123