Home
last modified time | relevance | path

Searched refs:IS_READONLY (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/reflection/tests/
H A DReflection_getModifierNames_001.phpt12 printModifiers(ReflectionProperty::IS_PUBLIC | ReflectionProperty::IS_READONLY);
15 …s(ReflectionProperty::IS_PUBLIC | ReflectionProperty::IS_STATIC | ReflectionProperty::IS_READONLY);
16 printModifiers(ReflectionClass::IS_READONLY);
H A Dreadonly_class.phpt14 var_dump(($foo->getModifiers() & ReflectionClass::IS_READONLY) != 0);
18 var_dump(($bar->getModifiers() & ReflectionClass::IS_READONLY) != 0);
H A Dreadonly_properties.phpt13 var_dump(($rp->getModifiers() & ReflectionProperty::IS_READONLY) != 0);
17 var_dump(($rp->getModifiers() & ReflectionProperty::IS_READONLY) != 0);
H A DReflectionClass_toString_001.phpt18 Constant [ public int IS_READONLY ] { 65536 }
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php278 public const IS_READONLY = UNKNOWN; define in ReflectionClass
465 public const IS_READONLY = UNKNOWN; define in ReflectionProperty

Completed in 10 milliseconds