Home
last modified time | relevance | path

Searched refs:getReflectionConstants (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_getReflectionConstants_filter.phpt2 ReflectionClass::getReflectionConstants() with $filter
27 var_dump($reflectionClassA->getReflectionConstants(ReflectionClassConstant::IS_PUBLIC));
30 var_dump($reflectionClassB->getReflectionConstants(ReflectionClassConstant::IS_PROTECTED));
33 var_dump($reflectionClassC->getReflectionConstants(ReflectionClassConstant::IS_PRIVATE));
H A Dbug77325.phpt14 $constants = $barClassReflection->getReflectionConstants();
H A DReflectionClass_toString_001.phpt194 Method [ <internal:Reflection> public method getReflectionConstants ] {
/PHP-8.2/tests/classes/
H A Dconstants_comments_001.phpt22 foreach ($r->getReflectionConstants() as $rc) {
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php346 public function getReflectionConstants(?int $filter = null): array {} function in ReflectionClass
H A Dphp_reflection_arginfo.h695 ZEND_METHOD(ReflectionClass, getReflectionConstants);
963 …ZEND_ME(ReflectionClass, getReflectionConstants, arginfo_class_ReflectionClass_getReflectionConsta…
H A Dphp_reflection.c4753 ZEND_METHOD(ReflectionClass, getReflectionConstants) in ZEND_METHOD() argument

Completed in 37 milliseconds