Searched refs:getReflectionConstant (Results 1 – 11 of 11) sorted by relevance
2 Test ReflectionClass::getReflectionConstant method8 var_dump(gettype($refleClass->getReflectionConstant('IS_IMPLICIT_ABSTRACT')));9 var_dump($refleClass->getReflectionConstant('FOO_BAR'));
212 Method [ <internal:Reflection> public method getReflectionConstant ] {
16 var_dump($reflection->getReflectionConstant('Constant')->getDocComment());19 var_dump($reflection->getReflectionConstant('Constant')->getDocComment());
20 var_dump($reflection->getReflectionConstant('Constant')->getAttributes('TestAttribute')[0]->getArgu…23 var_dump($reflection->getReflectionConstant('Constant')->getAttributes('TestAttribute')[0]->getArgu…
16 var_dump($reflection->getReflectionConstant('Constant')->getDeclaringClass()->getName());20 var_dump($reflection->getReflectionConstant('Constant')->getDeclaringClass()->getName());
15 $rcc = $rc->getReflectionConstant('ATOM');
32 $ref->getReflectionConstant('FOO'),
21 print_r($ref->getReflectionConstant('FOO')->getAttributes()[0]->getArguments());
331 public function getReflectionConstant(string $name): ReflectionClassConstant|false {} function in ReflectionClass
803 ZEND_METHOD(ReflectionClass, getReflectionConstant);1091 …ZEND_ME(ReflectionClass, getReflectionConstant, arginfo_class_ReflectionClass_getReflectionConstan…
4941 ZEND_METHOD(ReflectionClass, getReflectionConstant) in ZEND_METHOD() argument
Completed in 44 milliseconds