Home
last modified time | relevance | path

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

/PHP-8.2/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.2/Zend/tests/traits/
H A Dbug55372.phpt7 public function testMethod() {
24 $x->testMethod();
H A Dbug69579.phpt13 var_dump($bar->testMethod());
/PHP-8.2/ext/opcache/tests/
H A Dgh13712.phpt18 var_dump($f->testMethod());
22 <!-- init Foo::testMethod() -->
/PHP-8.2/ext/zend_test/
H A Dtest.stub.php70 public function testMethod(): bool {} function
H A Dtest_arginfo.h257 static ZEND_METHOD(_ZendTestTrait, testMethod);
357 ZEND_ME(_ZendTestTrait, testMethod, arginfo_class__ZendTestTrait_testMethod, ZEND_ACC_PUBLIC)
H A Dtest.c769 static ZEND_METHOD(_ZendTestTrait, testMethod) in ZEND_METHOD() argument

Completed in 32 milliseconds