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"
44 $callback = 'UndefinedClass::testMethod';
7 public function testMethod() {24 $x->testMethod();
13 var_dump($bar->testMethod());
18 var_dump($f->testMethod());22 <!-- init Foo::testMethod() -->
70 public function testMethod(): bool {} function
257 static ZEND_METHOD(_ZendTestTrait, testMethod);357 ZEND_ME(_ZendTestTrait, testMethod, arginfo_class__ZendTestTrait_testMethod, ZEND_ACC_PUBLIC)
769 static ZEND_METHOD(_ZendTestTrait, testMethod) in ZEND_METHOD() argument
Completed in 32 milliseconds