Searched refs:getReflectionConstants (Results 1 – 7 of 7) sorted by relevance
2 ReflectionClass::getReflectionConstants() with $filter27 var_dump($reflectionClassA->getReflectionConstants(ReflectionClassConstant::IS_PUBLIC));30 var_dump($reflectionClassB->getReflectionConstants(ReflectionClassConstant::IS_PROTECTED));33 var_dump($reflectionClassC->getReflectionConstants(ReflectionClassConstant::IS_PRIVATE));
14 $constants = $barClassReflection->getReflectionConstants();
194 Method [ <internal:Reflection> public method getReflectionConstants ] {
22 foreach ($r->getReflectionConstants() as $rc) {
348 public function getReflectionConstants(?int $filter = null): array {} function in ReflectionClass
703 ZEND_METHOD(ReflectionClass, getReflectionConstants);974 …ZEND_ME(ReflectionClass, getReflectionConstants, arginfo_class_ReflectionClass_getReflectionConsta…
4786 ZEND_METHOD(ReflectionClass, getReflectionConstants) in ZEND_METHOD() argument
Completed in 37 milliseconds