Searched refs:getReflectionConstant (Results 1 – 8 of 8) sorted by relevance
2 Test ReflectionClass::getReflectionConstant method8 var_dump(gettype($refleClass->getReflectionConstant('IS_IMPLICIT_ABSTRACT')));9 var_dump($refleClass->getReflectionConstant('FOO_BAR'));
188 Method [ <internal:Reflection> public method getReflectionConstant ] {
15 $rcc = $rc->getReflectionConstant('ATOM');
32 $ref->getReflectionConstant('FOO'),
21 print_r($ref->getReflectionConstant('FOO')->getAttributes()[0]->getArguments());
275 public function getReflectionConstant(string $name) {} function in ReflectionClass
577 ZEND_METHOD(ReflectionClass, getReflectionConstant);817 …ZEND_ME(ReflectionClass, getReflectionConstant, arginfo_class_ReflectionClass_getReflectionConstan…
4552 ZEND_METHOD(ReflectionClass, getReflectionConstant) in ZEND_METHOD() argument
Completed in 26 milliseconds