Home
last modified time | relevance | path

Searched refs:IS_PRIVATE (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/reflection/tests/
H A DReflection_getModifierNames_001.phpt10 printModifiers(ReflectionProperty::IS_PRIVATE);
H A DReflectionClass_getConstants_filter.phpt33 var_dump($reflectionClassC->getConstants(ReflectionClassConstant::IS_PRIVATE));
H A DReflectionClass_getReflectionConstants_filter.phpt33 var_dump($reflectionClassC->getReflectionConstants(ReflectionClassConstant::IS_PRIVATE));
H A DReflectionClass_getMethods_003.phpt22 $privFlag = ReflectionMethod::IS_PRIVATE;
H A DReflectionClass_getProperties_003.phpt22 $privFlag = ReflectionProperty::IS_PRIVATE;
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php192 public const IS_PRIVATE = UNKNOWN; define in ReflectionMethod
480 public const IS_PRIVATE = UNKNOWN; define in ReflectionProperty
566 public const IS_PRIVATE = UNKNOWN; define in ReflectionClassConstant

Completed in 11 milliseconds