Home
last modified time | relevance | path

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

/PHP-5.4/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.4/Zend/tests/traits/
H A Dbug55372.phpt7 public function testMethod() {
24 $x->testMethod();
/PHP-5.4/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 11 milliseconds