Searched refs:getReflectionConstants (Results 1 – 9 of 9) 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();
174 Method [ <internal:Reflection> public method getReflectionConstants ] {
22 foreach ($r->getReflectionConstants() as $rc) {
269 public function getReflectionConstants(?int $filter = null) {} function in ReflectionClass
575 ZEND_METHOD(ReflectionClass, getReflectionConstants);815 …ZEND_ME(ReflectionClass, getReflectionConstants, arginfo_class_ReflectionClass_getReflectionConsta…
4496 ZEND_METHOD(ReflectionClass, getReflectionConstants) in ZEND_METHOD() argument
1483 and ReflectionClass::getReflectionConstants) (carusogabriel)
915 . ReflectionClass::getConstants and ReflectionClass::getReflectionConstants results
Completed in 33 milliseconds