Home
last modified time | relevance | path

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

/PHP-5.6/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
/PHP-5.6/sapi/phpdbg/tests/commands/
H A D0102_print.test9 #L%d-%d test::testMethod() %s
15 #[User Method testMethod]
16 # L%d-%d test::testMethod() %s
21 public function testMethod(){}
27 print method test::testMethod
H A D0101_info.test13 public function testMethod(){}
/PHP-5.6/Zend/tests/traits/
H A Dbug55372.phpt7 public function testMethod() {
24 $x->testMethod();
/PHP-5.6/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;

Completed in 10 milliseconds