Searched refs:IS_READONLY (Results 1 – 5 of 5) sorted by relevance
12 printModifiers(ReflectionProperty::IS_PUBLIC | ReflectionProperty::IS_READONLY);15 …s(ReflectionProperty::IS_PUBLIC | ReflectionProperty::IS_STATIC | ReflectionProperty::IS_READONLY);16 printModifiers(ReflectionClass::IS_READONLY);
14 var_dump(($foo->getModifiers() & ReflectionClass::IS_READONLY) != 0);18 var_dump(($bar->getModifiers() & ReflectionClass::IS_READONLY) != 0);
13 var_dump(($rp->getModifiers() & ReflectionProperty::IS_READONLY) != 0);17 var_dump(($rp->getModifiers() & ReflectionProperty::IS_READONLY) != 0);
18 Constant [ public int IS_READONLY ] { 65536 }
278 public const IS_READONLY = UNKNOWN; define in ReflectionClass465 public const IS_READONLY = UNKNOWN; define in ReflectionProperty
Completed in 25 milliseconds