Home
last modified time | relevance | path

Searched refs:testMethod (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/Zend/tests/
H A Dbug65579.phpt6 public function testMethod() { }
11 testMethod as testMethodFromParentTrait;
13 public function testMethod() { }
26 string(10) "testMethod"
H A Dbug35437.phpt14 function testMethod()
21 TestClass::testMethod();
27 Catched: Error occuried: Non-static method TestClass::testMethod() should not be called statically
H A Dbug68475.phpt44 $callback = 'UndefinedClass::testMethod';
/PHP-7.2/Zend/tests/traits/
H A Dbug55372.phpt7 public function testMethod() {
24 $x->testMethod();
H A Dbug69579.phpt15 var_dump($bar->testMethod());
/PHP-7.2/ext/soap/interop/
H A Dclient_round2.php100 $iop->testMethod = $_POST['method']=='ALL'?'':$_POST['method']; // test only this method
H A Dclient_round2_interop.php47 var $testMethod = ''; // test only this method variable in Interop_Client
588 … if ($this->testMethod && strcmp($this->testMethod,$soap_test->test_name) != 0) continue;
/PHP-7.2/ext/zend_test/
H A Dtest.c181 static ZEND_METHOD(_ZendTestTrait, testMethod) /* {{{ */ { in ZEND_METHOD() argument
192 ZEND_ME(_ZendTestTrait, testMethod, NULL, ZEND_ACC_PUBLIC)

Completed in 15 milliseconds