Searched refs:ZendAttributeTest (Results 1 – 5 of 5) sorted by relevance
8 $reflectionConstant = new ReflectionClassConstant(ZendAttributeTest::class, "TEST_CONST");12 $reflectionProperty = new ReflectionProperty(ZendAttributeTest::class, "testProp");16 $reflectionMethod = new ReflectionMethod(ZendAttributeTest::class, "testMethod");
7 class Test extends ZendAttributeTest {}
88 class ZendAttributeTest { class
319 static ZEND_METHOD(ZendAttributeTest, testMethod);480 ZEND_ME(ZendAttributeTest, testMethod, arginfo_class_ZendAttributeTest_testMethod, ZEND_ACC_PUBLIC)
956 static ZEND_METHOD(ZendAttributeTest, testMethod) in ZEND_METHOD() argument
Completed in 24 milliseconds