Home
last modified time | relevance | path

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

/php-src/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-src/Zend/tests/traits/
H A Dbug55372.phpt7 public function testMethod() {
24 $x->testMethod();
H A Dbug69579.phpt13 var_dump($bar->testMethod());
/php-src/ext/opcache/tests/
H A Dgh13712.phpt18 var_dump($f->testMethod());
22 <!-- init Foo::testMethod() -->
/php-src/ext/pdo/tests/
H A Dpdo_023.phpt45 function testMethod()
63 $db->testMethod();
/php-src/ext/zend_test/tests/
H A Dgen_stub_test_03.phpt16 $reflectionMethod = new ReflectionMethod(ZendAttributeTest::class, "testMethod");
/php-src/ext/zend_test/
H A Dtest.stub.php95 public function testMethod(): bool {} function in ZendAttributeTest
103 public function testMethod(): bool {} function
H A Dtest_arginfo.h315 static ZEND_METHOD(ZendAttributeTest, testMethod);
316 static ZEND_METHOD(_ZendTestTrait, testMethod);
476 ZEND_ME(ZendAttributeTest, testMethod, arginfo_class_ZendAttributeTest_testMethod, ZEND_ACC_PUBLIC)
481 ZEND_ME(_ZendTestTrait, testMethod, arginfo_class__ZendTestTrait_testMethod, ZEND_ACC_PUBLIC)
H A Dtest.c951 static ZEND_METHOD(ZendAttributeTest, testMethod) in ZEND_METHOD() argument
957 static ZEND_METHOD(_ZendTestTrait, testMethod) in ZEND_METHOD() argument

Completed in 94 milliseconds