Searched refs:modifiers (Results 1 – 25 of 34) sorted by relevance
12
2 Cannot use multiple readonly modifiers12 Fatal error: Multiple readonly modifiers are not allowed in %s on line %d
2 using multiple access modifiers (classes)13 Fatal error: Multiple final modifiers are not allowed in %s on line %d
2 using multiple access modifiers (abstract methods)14 Fatal error: Multiple abstract modifiers are not allowed in %s on line %d
2 using multiple access modifiers (final methods)14 Fatal error: Multiple final modifiers are not allowed in %s on line %d
2 using multiple access modifiers (static methods)14 Fatal error: Multiple static modifiers are not allowed in %s on line %d
2 GH-10377 (Unable to have an anonymous readonly class) - usage variation: multiple readonly modifiers10 Fatal error: Multiple readonly modifiers are not allowed in %s on line %d
2 errmsg: multiple access type modifiers are not allowed (properties)13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
2 using multiple access modifiers (attributes)13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
2 errmsg: multiple access type modifiers are not allowed (methods)13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
2 using multiple access modifiers (methods)14 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
21 Multiple final modifiers are not allowed22 Multiple access type modifiers are not allowed
2 Constructor promotion only permits visibility modifiers
6 function printModifiers($modifiers) {7 echo implode(',', Reflection::getModifierNames($modifiers)), PHP_EOL;
92 echo "ReflectionMethod::getModifiers() modifiers:\n";289 ReflectionMethod::getModifiers() modifiers:
2 Bug #35630 (strtotime() crashes on non-separated relative modifiers)
12 Fatal error: Multiple readonly modifiers are not allowed in %s on line %d
2 The readonly and final class modifiers can be defined in the same time
12 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
19 Fatal error: The modifiers of the trait method dontKnow() are changed, but this method does not exi…
2 Conflicting constants in a trait and another trait using it with different visibility modifiers sho…
2 Conflicting constants in composing classes with different visibility modifiers should result in a f…
2 …s in another traits in same composing classes with different visibility modifiers should result in…
2 Conflicting properties with different visibility modifiers should result in a fatal error, since th…
21 $modifiers = $rp->getModifiers();25 echo $modifiers & ReflectionProperty::IS_ABSTRACT ? "true" : "false";
Completed in 21 milliseconds