Searched refs:testMethod (Results 1 – 8 of 8) sorted by relevance
6 public function testMethod() { }11 testMethod as testMethodFromParentTrait;13 public function testMethod() { }26 string(10) "testMethod"
14 function testMethod()21 TestClass::testMethod();27 Catched: Error occuried: Non-static method TestClass::testMethod() should not be called statically
44 $callback = 'UndefinedClass::testMethod';
7 public function testMethod() {24 $x->testMethod();
15 var_dump($bar->testMethod());
100 $iop->testMethod = $_POST['method']=='ALL'?'':$_POST['method']; // test only this method
47 var $testMethod = ''; // test only this method variable in Interop_Client588 … if ($this->testMethod && strcmp($this->testMethod,$soap_test->test_name) != 0) continue;
265 static ZEND_METHOD(_ZendTestTrait, testMethod) /* {{{ */ { in ZEND_END_ARG_INFO()271 ZEND_ME(_ZendTestTrait, testMethod, arginfo_zend__void, ZEND_ACC_PUBLIC)
Completed in 18 milliseconds