Home
last modified time | relevance | path

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

/PHP-8.0/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.phpt174 Method [ <internal:Reflection> public method getReflectionConstants ] {
/PHP-8.0/tests/classes/
H A Dconstants_comments_001.phpt22 foreach ($r->getReflectionConstants() as $rc) {
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php269 public function getReflectionConstants(?int $filter = null) {} function in ReflectionClass
H A Dphp_reflection_arginfo.h575 ZEND_METHOD(ReflectionClass, getReflectionConstants);
815 …ZEND_ME(ReflectionClass, getReflectionConstants, arginfo_class_ReflectionClass_getReflectionConsta…
H A Dphp_reflection.c4496 ZEND_METHOD(ReflectionClass, getReflectionConstants) in ZEND_METHOD() argument
/PHP-8.0/
H A DNEWS1483 and ReflectionClass::getReflectionConstants) (carusogabriel)
H A DUPGRADING915 . ReflectionClass::getConstants and ReflectionClass::getReflectionConstants results

Completed in 33 milliseconds