Home
last modified time | relevance | path

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

/php-src/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.phpt196 Method [ <internal:Reflection> public method getReflectionConstants ] {
/php-src/tests/classes/
H A Dconstants_comments_001.phpt22 foreach ($r->getReflectionConstants() as $rc) {
/php-src/ext/reflection/
H A Dphp_reflection.stub.php325 public function getReflectionConstants(?int $filter = null): array {} function in ReflectionClass
H A Dphp_reflection_arginfo.h795 ZEND_METHOD(ReflectionClass, getReflectionConstants);
1082 …ZEND_ME(ReflectionClass, getReflectionConstants, arginfo_class_ReflectionClass_getReflectionConsta…
H A Dphp_reflection.c4864 ZEND_METHOD(ReflectionClass, getReflectionConstants) in ZEND_METHOD() argument

Completed in 44 milliseconds