Searched refs:testMethod (Results 1 – 10 of 10) sorted by relevance
/php-src/Zend/tests/ |
H A D | bug65579.phpt | 6 public function testMethod() { } 11 testMethod as testMethodFromParentTrait; 13 public function testMethod() { } 26 string(10) "testMethod"
|
H A D | bug68475.phpt | 44 $callback = 'UndefinedClass::testMethod';
|
/php-src/Zend/tests/traits/ |
H A D | bug55372.phpt | 7 public function testMethod() { 24 $x->testMethod();
|
H A D | bug69579.phpt | 13 var_dump($bar->testMethod());
|
/php-src/ext/opcache/tests/ |
H A D | gh13712.phpt | 18 var_dump($f->testMethod()); 22 <!-- init Foo::testMethod() -->
|
/php-src/ext/pdo/tests/ |
H A D | pdo_023.phpt | 45 function testMethod() 63 $db->testMethod();
|
/php-src/ext/zend_test/tests/ |
H A D | gen_stub_test_03.phpt | 16 $reflectionMethod = new ReflectionMethod(ZendAttributeTest::class, "testMethod");
|
/php-src/ext/zend_test/ |
H A D | test.stub.php | 100 public function testMethod(): bool {} function in ZendAttributeTest 108 public function testMethod(): bool {} function
|
H A D | test_arginfo.h | 319 static ZEND_METHOD(ZendAttributeTest, testMethod); 320 static ZEND_METHOD(_ZendTestTrait, testMethod); 480 ZEND_ME(ZendAttributeTest, testMethod, arginfo_class_ZendAttributeTest_testMethod, ZEND_ACC_PUBLIC) 485 ZEND_ME(_ZendTestTrait, testMethod, arginfo_class__ZendTestTrait_testMethod, ZEND_ACC_PUBLIC)
|
H A D | test.c | 956 static ZEND_METHOD(ZendAttributeTest, testMethod) in ZEND_METHOD() argument 962 static ZEND_METHOD(_ZendTestTrait, testMethod) in ZEND_METHOD() argument
|
Completed in 21 milliseconds