Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/tests/
H A DReflection_getModifierNames_001.phpt12 printModifiers(ReflectionProperty::IS_PUBLIC | ReflectionProperty::IS_READONLY);
15 printModifiers(ReflectionProperty::IS_PUBLIC | ReflectionProperty::IS_STATIC | ReflectionProperty::…
H A Dbug61388.phpt9 print_r($reflObj->getProperties(ReflectionProperty::IS_PUBLIC));
13 print_r($reflObj->getProperties(ReflectionProperty::IS_PUBLIC));
H A DReflectionClass_getConstants_filter.phpt27 var_dump($reflectionClassA->getConstants(ReflectionClassConstant::IS_PUBLIC));
H A DReflectionClass_getReflectionConstants_filter.phpt27 var_dump($reflectionClassA->getReflectionConstants(ReflectionClassConstant::IS_PUBLIC));
H A DReflectionClass_getMethods_003.phpt21 $pubFlag = ReflectionMethod::IS_PUBLIC;
H A DReflectionClass_getProperties_003.phpt21 $pubFlag = ReflectionProperty::IS_PUBLIC;
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php182 public const IS_PUBLIC = UNKNOWN; define in ReflectionMethod
470 public const IS_PUBLIC = UNKNOWN; define in ReflectionProperty
556 public const IS_PUBLIC = UNKNOWN; define in ReflectionClassConstant

Completed in 11 milliseconds