Home
last modified time | relevance | path

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

/PHP-8.0/Zend/tests/
H A Dbug65579.phpt6 public function testMethod() { }
11 testMethod as testMethodFromParentTrait;
13 public function testMethod() { }
26 string(10) "testMethod"
H A Dbug68475.phpt44 $callback = 'UndefinedClass::testMethod';
/PHP-8.0/Zend/tests/traits/
H A Dbug55372.phpt7 public function testMethod() {
24 $x->testMethod();
H A Dbug69579.phpt15 var_dump($bar->testMethod());
/PHP-8.0/ext/zend_test/
H A Dtest.stub.php29 public function testMethod(): bool {} function
H A Dtest_arginfo.h116 static ZEND_METHOD(_ZendTestTrait, testMethod);
166 ZEND_ME(_ZendTestTrait, testMethod, arginfo_class__ZendTestTrait_testMethod, ZEND_ACC_PUBLIC)
H A Dtest.c384 static ZEND_METHOD(_ZendTestTrait, testMethod) { in ZEND_METHOD() argument

Completed in 11 milliseconds