Searched refs:modifiers (Results 1 – 25 of 27) 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 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
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…
12 public static function getModifierNames(int $modifiers): array {} argument
1535 zend_long modifiers; in ZEND_METHOD() local1537 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &modifiers) == FAILURE) { in ZEND_METHOD()1543 if (modifiers & (ZEND_ACC_ABSTRACT | ZEND_ACC_EXPLICIT_ABSTRACT_CLASS)) { in ZEND_METHOD()1546 if (modifiers & ZEND_ACC_FINAL) { in ZEND_METHOD()1551 switch (modifiers & ZEND_ACC_PPP_MASK) { in ZEND_METHOD()1563 if (modifiers & ZEND_ACC_STATIC) { in ZEND_METHOD()1567 if (modifiers & (ZEND_ACC_READONLY | ZEND_ACC_READONLY_CLASS)) { in ZEND_METHOD()
112 uint32_t modifiers; member
1984 if (alias->modifiers) { in zend_traits_copy_functions()1985 fn_copy.common.fn_flags = alias->modifiers | (fn->common.fn_flags & ~ZEND_ACC_PPP_MASK); in zend_traits_copy_functions()2009 if (alias->alias == NULL && alias->modifiers != 0 in zend_traits_copy_functions()2013 fn_copy.common.fn_flags = alias->modifiers | (fn->common.fn_flags & ~ZEND_ACC_PPP_MASK); in zend_traits_copy_functions()
Completed in 106 milliseconds